Uses of Record Class
tech.jhipster.lite.module.domain.javabuild.ArtifactId
Packages that use ArtifactId
Package
Description
-
Uses of ArtifactId in tech.jhipster.lite.generator.server.springboot.database.sqlcommon.domain
Methods in tech.jhipster.lite.generator.server.springboot.database.sqlcommon.domain with parameters of type ArtifactIdModifier and TypeMethodDescriptionSQLCommonModuleBuilder.sqlCommonModuleBuilder(JHipsterModuleProperties properties, DatabaseType databaseType, DockerImageVersion dockerImage, DocumentationTitle documentationTitle, ArtifactId testContainerArtifactId) -
Uses of ArtifactId in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return ArtifactId -
Uses of ArtifactId in tech.jhipster.lite.module.domain.javabuild
Methods in tech.jhipster.lite.module.domain.javabuild that return ArtifactIdMethods in tech.jhipster.lite.module.domain.javabuild with parameters of type ArtifactIdModifier and TypeMethodDescriptionJHipsterModuleMavenBuildExtensions.JHipsterModuleMavenBuildExtensionsBuilder.addExtension(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) MavenBuildExtension.MavenBuildExtensionArtifactIdBuilder.artifactId(ArtifactId artifactId) -
Uses of ArtifactId in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency that return ArtifactIdMethods in tech.jhipster.lite.module.domain.javadependency with parameters of type ArtifactIdModifier and TypeMethodDescriptionJHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId) JHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) JavaDependency.JavaDependencyOptionalValueBuilder.addExclusion(GroupId groupId, ArtifactId artifactId) JHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addTestDependency(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) DependencyId.DependencyIdArtifactIdBuilder.artifactId(ArtifactId artifactId) JavaDependency.JavaDependencyArtifactIdBuilder.artifactId(ArtifactId artifactId) static DependencyIdDependencyId.of(GroupId groupId, ArtifactId artifactId) -
Uses of ArtifactId in tech.jhipster.lite.module.domain.mavenplugin
Methods in tech.jhipster.lite.module.domain.mavenplugin with parameters of type ArtifactIdModifier and TypeMethodDescriptionMavenPlugin.MavenPluginOptionalBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug version) MavenPlugin.MavenPluginArtifactIdBuilder.artifactId(ArtifactId artifactId)