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