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