is not current version
Last Version 3.0.4

io.tesler:tesler-api 3.0.0.M2

Java framework designed for creating Enterprise Rich Web Applications

GroupId

GroupId

io.tesler
ArtifactId

ArtifactId

tesler-api
Version

Version

3.0.0.M2
Type

Type

jar

Download tesler-api 3.0.0.M2


<!-- https://jarcasting.com/artifacts/io.tesler/tesler-api/ -->
<dependency>
    <groupId>io.tesler</groupId>
    <artifactId>tesler-api</artifactId>
    <version>3.0.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesler/tesler-api/
implementation 'io.tesler:tesler-api:3.0.0.M2'
// https://jarcasting.com/artifacts/io.tesler/tesler-api/
implementation ("io.tesler:tesler-api:3.0.0.M2")
'io.tesler:tesler-api:jar:3.0.0.M2'
<dependency org="io.tesler" name="tesler-api" rev="3.0.0.M2">
  <artifact name="tesler-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesler', module='tesler-api', version='3.0.0.M2')
)
libraryDependencies += "io.tesler" % "tesler-api" % "3.0.0.M2"
[io.tesler/tesler-api "3.0.0.M2"]