Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.julienrf |
ArtifactId | ArtifactIdplay-json-derived-codecs_2.12 |
Version | Version4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.julienrf/play-json-derived-codecs_2.12/ -->
<dependency>
<groupId>org.julienrf</groupId>
<artifactId>play-json-derived-codecs_2.12</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.julienrf/play-json-derived-codecs_2.12/
implementation 'org.julienrf:play-json-derived-codecs_2.12:4.0.0'
// https://jarcasting.com/artifacts/org.julienrf/play-json-derived-codecs_2.12/
implementation ("org.julienrf:play-json-derived-codecs_2.12:4.0.0")
'org.julienrf:play-json-derived-codecs_2.12:jar:4.0.0'
<dependency org="org.julienrf" name="play-json-derived-codecs_2.12" rev="4.0.0">
<artifact name="play-json-derived-codecs_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.julienrf', module='play-json-derived-codecs_2.12', version='4.0.0')
)
libraryDependencies += "org.julienrf" % "play-json-derived-codecs_2.12" % "4.0.0"
[org.julienrf/play-json-derived-codecs_2.12 "4.0.0"]