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