Uses of Record Class
tech.jhipster.lite.module.domain.javabuild.GroupId
Packages that use GroupId
Package
Description
-
Uses of GroupId in tech.jhipster.lite.generator.server.springboot.springcloud.common.domain
Fields in tech.jhipster.lite.generator.server.springboot.springcloud.common.domain declared as GroupIdModifier and TypeFieldDescriptionstatic final GroupIdSpringCloudModuleDependencies.SPRING_CLOUD_GROUP -
Uses of GroupId in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return GroupId -
Uses of GroupId in tech.jhipster.lite.module.domain.gradleplugin
Methods in tech.jhipster.lite.module.domain.gradleplugin that return GroupIdModifier and TypeMethodDescriptionGradlePluginDependency.groupId()Returns the value of thegroupIdrecord component.Methods in tech.jhipster.lite.module.domain.gradleplugin with parameters of type GroupIdModifier and TypeMethodDescriptionGradleCommunityProfilePlugin.GradleCommunityProfilePluginDependencyBuilder.dependency(GroupId groupId, ArtifactId artifactId) Constructors in tech.jhipster.lite.module.domain.gradleplugin with parameters of type GroupIdModifierConstructorDescriptionGradlePluginDependency(GroupId groupId, ArtifactId artifactId) Creates an instance of aGradlePluginDependencyrecord class. -
Uses of GroupId in tech.jhipster.lite.module.domain.javabuild
Methods in tech.jhipster.lite.module.domain.javabuild that return GroupIdMethods in tech.jhipster.lite.module.domain.javabuild with parameters of type GroupIdModifier and TypeMethodDescriptionJHipsterModuleMavenBuildExtensions.JHipsterModuleMavenBuildExtensionsBuilder.addExtension(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) -
Uses of GroupId in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency that return GroupIdMethods in tech.jhipster.lite.module.domain.javadependency with parameters of type GroupIdModifier 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) static DependencyIdDependencyId.of(GroupId groupId, ArtifactId artifactId) -
Uses of GroupId in tech.jhipster.lite.module.domain.mavenplugin
Methods in tech.jhipster.lite.module.domain.mavenplugin with parameters of type GroupIdModifier and TypeMethodDescriptionMavenPlugin.MavenPluginOptionalBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug version)