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