Categories |
CategoriesJSON Data ORM |
---|---|
GroupId | GroupIdcom.m3 |
ArtifactId | ArtifactIdoctoparts-play-json-formats_2.10 |
Version | Version2.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.m3/octoparts-play-json-formats_2.10/ -->
<dependency>
<groupId>com.m3</groupId>
<artifactId>octoparts-play-json-formats_2.10</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.m3/octoparts-play-json-formats_2.10/
implementation 'com.m3:octoparts-play-json-formats_2.10:2.5.1'
// https://jarcasting.com/artifacts/com.m3/octoparts-play-json-formats_2.10/
implementation ("com.m3:octoparts-play-json-formats_2.10:2.5.1")
'com.m3:octoparts-play-json-formats_2.10:jar:2.5.1'
<dependency org="com.m3" name="octoparts-play-json-formats_2.10" rev="2.5.1">
<artifact name="octoparts-play-json-formats_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.m3', module='octoparts-play-json-formats_2.10', version='2.5.1')
)
libraryDependencies += "com.m3" % "octoparts-play-json-formats_2.10" % "2.5.1"
[com.m3/octoparts-play-json-formats_2.10 "2.5.1"]