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