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