Categories |
CategoriesSerialization Data Data Formats |
---|---|
GroupId | GroupIdcom.github.blasd.apex |
ArtifactId | ArtifactIdapex-serialization |
Version | Version1.10 |
Type | Typepom |
Filename | Size |
---|---|
apex-serialization-1.10.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.blasd.apex/apex-serialization/ -->
<dependency>
<groupId>com.github.blasd.apex</groupId>
<artifactId>apex-serialization</artifactId>
<version>1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.blasd.apex/apex-serialization/
implementation 'com.github.blasd.apex:apex-serialization:1.10'
// https://jarcasting.com/artifacts/com.github.blasd.apex/apex-serialization/
implementation ("com.github.blasd.apex:apex-serialization:1.10")
'com.github.blasd.apex:apex-serialization:pom:1.10'
<dependency org="com.github.blasd.apex" name="apex-serialization" rev="1.10">
<artifact name="apex-serialization" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.blasd.apex', module='apex-serialization', version='1.10')
)
libraryDependencies += "com.github.blasd.apex" % "apex-serialization" % "1.10"
[com.github.blasd.apex/apex-serialization "1.10"]