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