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