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