is not current version
Last Version 1.1.1-RELEASE

com.didispace:scca-rest 1.0.0-RELEASE


GroupId

GroupId

com.didispace
ArtifactId

ArtifactId

scca-rest
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download scca-rest 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.didispace/scca-rest/ -->
<dependency>
    <groupId>com.didispace</groupId>
    <artifactId>scca-rest</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.didispace/scca-rest/
implementation 'com.didispace:scca-rest:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.didispace/scca-rest/
implementation ("com.didispace:scca-rest:1.0.0-RELEASE")
'com.didispace:scca-rest:jar:1.0.0-RELEASE'
<dependency org="com.didispace" name="scca-rest" rev="1.0.0-RELEASE">
  <artifact name="scca-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.didispace', module='scca-rest', version='1.0.0-RELEASE')
)
libraryDependencies += "com.didispace" % "scca-rest" % "1.0.0-RELEASE"
[com.didispace/scca-rest "1.0.0-RELEASE"]