is not current version
Last Version 1.0.3

ch.rasc:constgen 1.0.0

Annotation processor that creates constants for fields

GroupId

GroupId

ch.rasc
ArtifactId

ArtifactId

constgen
Version

Version

1.0.0
Type

Type

jar

Download constgen 1.0.0


<!-- https://jarcasting.com/artifacts/ch.rasc/constgen/ -->
<dependency>
    <groupId>ch.rasc</groupId>
    <artifactId>constgen</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.rasc/constgen/
implementation 'ch.rasc:constgen:1.0.0'
// https://jarcasting.com/artifacts/ch.rasc/constgen/
implementation ("ch.rasc:constgen:1.0.0")
'ch.rasc:constgen:jar:1.0.0'
<dependency org="ch.rasc" name="constgen" rev="1.0.0">
  <artifact name="constgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.rasc', module='constgen', version='1.0.0')
)
libraryDependencies += "ch.rasc" % "constgen" % "1.0.0"
[ch.rasc/constgen "1.0.0"]