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