GroupId | GroupIdorg.spincast |
---|---|
ArtifactId | ArtifactIdspincast-plugins-response |
Version | Version0.9.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spincast/spincast-plugins-response/ -->
<dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-plugins-response</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-response/
implementation 'org.spincast:spincast-plugins-response:0.9.12'
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-response/
implementation ("org.spincast:spincast-plugins-response:0.9.12")
'org.spincast:spincast-plugins-response:jar:0.9.12'
<dependency org="org.spincast" name="spincast-plugins-response" rev="0.9.12">
<artifact name="spincast-plugins-response" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spincast', module='spincast-plugins-response', version='0.9.12')
)
libraryDependencies += "org.spincast" % "spincast-plugins-response" % "0.9.12"
[org.spincast/spincast-plugins-response "0.9.12"]