GroupId | GroupIdio.tesler |
---|---|
ArtifactId | ArtifactIdtesler-model-core |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
tesler-model-core-1.0.4.pom | |
tesler-model-core-1.0.4.jar | 238 KB |
tesler-model-core-1.0.4-sources.jar | 169 KB |
tesler-model-core-1.0.4-javadoc.jar | 981 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tesler/tesler-model-core/ -->
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-model-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesler/tesler-model-core/
implementation 'io.tesler:tesler-model-core:1.0.4'
// https://jarcasting.com/artifacts/io.tesler/tesler-model-core/
implementation ("io.tesler:tesler-model-core:1.0.4")
'io.tesler:tesler-model-core:jar:1.0.4'
<dependency org="io.tesler" name="tesler-model-core" rev="1.0.4">
<artifact name="tesler-model-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesler', module='tesler-model-core', version='1.0.4')
)
libraryDependencies += "io.tesler" % "tesler-model-core" % "1.0.4"
[io.tesler/tesler-model-core "1.0.4"]