GroupId | GroupIdde.rhocas.featuregen |
---|---|
ArtifactId | ArtifactIdfeaturegen-annotation-processor |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.rhocas.featuregen/featuregen-annotation-processor/ -->
<dependency>
<groupId>de.rhocas.featuregen</groupId>
<artifactId>featuregen-annotation-processor</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.rhocas.featuregen/featuregen-annotation-processor/
implementation 'de.rhocas.featuregen:featuregen-annotation-processor:1.0.0'
// https://jarcasting.com/artifacts/de.rhocas.featuregen/featuregen-annotation-processor/
implementation ("de.rhocas.featuregen:featuregen-annotation-processor:1.0.0")
'de.rhocas.featuregen:featuregen-annotation-processor:jar:1.0.0'
<dependency org="de.rhocas.featuregen" name="featuregen-annotation-processor" rev="1.0.0">
<artifact name="featuregen-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.rhocas.featuregen', module='featuregen-annotation-processor', version='1.0.0')
)
libraryDependencies += "de.rhocas.featuregen" % "featuregen-annotation-processor" % "1.0.0"
[de.rhocas.featuregen/featuregen-annotation-processor "1.0.0"]