Categories |
CategoriesGson Data JSON Serialization Data Formats |
---|---|
GroupId | GroupIdorg.jeeventstore |
ArtifactId | ArtifactIdjeeventstore-serialization-gson |
Version | Version1.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jeeventstore/jeeventstore-serialization-gson/ -->
<dependency>
<groupId>org.jeeventstore</groupId>
<artifactId>jeeventstore-serialization-gson</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeeventstore/jeeventstore-serialization-gson/
implementation 'org.jeeventstore:jeeventstore-serialization-gson:1.1.7'
// https://jarcasting.com/artifacts/org.jeeventstore/jeeventstore-serialization-gson/
implementation ("org.jeeventstore:jeeventstore-serialization-gson:1.1.7")
'org.jeeventstore:jeeventstore-serialization-gson:jar:1.1.7'
<dependency org="org.jeeventstore" name="jeeventstore-serialization-gson" rev="1.1.7">
<artifact name="jeeventstore-serialization-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeeventstore', module='jeeventstore-serialization-gson', version='1.1.7')
)
libraryDependencies += "org.jeeventstore" % "jeeventstore-serialization-gson" % "1.1.7"
[org.jeeventstore/jeeventstore-serialization-gson "1.1.7"]