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