Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.beangle.data |
ArtifactId | ArtifactIdbeangle-data-serializer |
Version | Version4.1.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.data/beangle-data-serializer/ -->
<dependency>
<groupId>org.beangle.data</groupId>
<artifactId>beangle-data-serializer</artifactId>
<version>4.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-serializer/
implementation 'org.beangle.data:beangle-data-serializer:4.1.10'
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-serializer/
implementation ("org.beangle.data:beangle-data-serializer:4.1.10")
'org.beangle.data:beangle-data-serializer:jar:4.1.10'
<dependency org="org.beangle.data" name="beangle-data-serializer" rev="4.1.10">
<artifact name="beangle-data-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.data', module='beangle-data-serializer', version='4.1.10')
)
libraryDependencies += "org.beangle.data" % "beangle-data-serializer" % "4.1.10"
[org.beangle.data/beangle-data-serializer "4.1.10"]