GroupId | GroupIdch.exense.commons |
---|---|
ArtifactId | ArtifactIdexense-core-model |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
exense-core-model-1.3.2.pom | |
exense-core-model-1.3.2.jar | 18 KB |
exense-core-model-1.3.2-sources.jar | 20 KB |
exense-core-model-1.3.2-javadoc.jar | 508 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.commons/exense-core-model/ -->
<dependency>
<groupId>ch.exense.commons</groupId>
<artifactId>exense-core-model</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.commons/exense-core-model/
implementation 'ch.exense.commons:exense-core-model:1.3.2'
// https://jarcasting.com/artifacts/ch.exense.commons/exense-core-model/
implementation ("ch.exense.commons:exense-core-model:1.3.2")
'ch.exense.commons:exense-core-model:jar:1.3.2'
<dependency org="ch.exense.commons" name="exense-core-model" rev="1.3.2">
<artifact name="exense-core-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.commons', module='exense-core-model', version='1.3.2')
)
libraryDependencies += "ch.exense.commons" % "exense-core-model" % "1.3.2"
[ch.exense.commons/exense-core-model "1.3.2"]