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