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