Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.beangle.data |
ArtifactId | ArtifactIdbeangle-data-serializer_2.12 |
Version | Version4.4.0 |
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.0</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.0'
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-serializer_2.12/
implementation ("org.beangle.data:beangle-data-serializer_2.12:4.4.0")
'org.beangle.data:beangle-data-serializer_2.12:jar:4.4.0'
<dependency org="org.beangle.data" name="beangle-data-serializer_2.12" rev="4.4.0">
<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.0')
)
libraryDependencies += "org.beangle.data" % "beangle-data-serializer_2.12" % "4.4.0"
[org.beangle.data/beangle-data-serializer_2.12 "4.4.0"]