is not current version
Last Version 1.11

com.github.blasd.apex:apex-serialization 1.10


Categories

Categories

Serialization Data Data Formats
GroupId

GroupId

com.github.blasd.apex
ArtifactId

ArtifactId

apex-serialization
Version

Version

1.10
Type

Type

pom

Download apex-serialization 1.10


<!-- 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"]