| GroupId | GroupIdio.tesler |
|---|---|
| ArtifactId | ArtifactIdtesler-constgen |
| Version | Version2.3.0.RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tesler-constgen-2.3.0.RC1.pom | |
| tesler-constgen-2.3.0.RC1.jar | 13 KB |
| tesler-constgen-2.3.0.RC1-sources.jar | 11 KB |
| tesler-constgen-2.3.0.RC1-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesler/tesler-constgen/ -->
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-constgen</artifactId>
<version>2.3.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesler/tesler-constgen/
implementation 'io.tesler:tesler-constgen:2.3.0.RC1'
// https://jarcasting.com/artifacts/io.tesler/tesler-constgen/
implementation ("io.tesler:tesler-constgen:2.3.0.RC1")
'io.tesler:tesler-constgen:jar:2.3.0.RC1'
<dependency org="io.tesler" name="tesler-constgen" rev="2.3.0.RC1">
<artifact name="tesler-constgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesler', module='tesler-constgen', version='2.3.0.RC1')
)
libraryDependencies += "io.tesler" % "tesler-constgen" % "2.3.0.RC1"
[io.tesler/tesler-constgen "2.3.0.RC1"]