Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.dispatchhttp |
ArtifactId | ArtifactIddispatch-lift-json_2.12 |
Version | Version1.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dispatchhttp/dispatch-lift-json_2.12/ -->
<dependency>
<groupId>org.dispatchhttp</groupId>
<artifactId>dispatch-lift-json_2.12</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.dispatchhttp/dispatch-lift-json_2.12/
implementation 'org.dispatchhttp:dispatch-lift-json_2.12:1.1.3'
// https://jarcasting.com/artifacts/org.dispatchhttp/dispatch-lift-json_2.12/
implementation ("org.dispatchhttp:dispatch-lift-json_2.12:1.1.3")
'org.dispatchhttp:dispatch-lift-json_2.12:jar:1.1.3'
<dependency org="org.dispatchhttp" name="dispatch-lift-json_2.12" rev="1.1.3">
<artifact name="dispatch-lift-json_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dispatchhttp', module='dispatch-lift-json_2.12', version='1.1.3')
)
libraryDependencies += "org.dispatchhttp" % "dispatch-lift-json_2.12" % "1.1.3"
[org.dispatchhttp/dispatch-lift-json_2.12 "1.1.3"]