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