GroupId | GroupIdcom.didispace |
---|---|
ArtifactId | ArtifactIdscca-core |
Version | Version1.1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
scca-core-1.1.0-RELEASE.pom | |
scca-core-1.1.0-RELEASE.jar | 26 KB |
scca-core-1.1.0-RELEASE-sources.jar | 17 KB |
scca-core-1.1.0-RELEASE-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.didispace/scca-core/ -->
<dependency>
<groupId>com.didispace</groupId>
<artifactId>scca-core</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.didispace/scca-core/
implementation 'com.didispace:scca-core:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.didispace/scca-core/
implementation ("com.didispace:scca-core:1.1.0-RELEASE")
'com.didispace:scca-core:jar:1.1.0-RELEASE'
<dependency org="com.didispace" name="scca-core" rev="1.1.0-RELEASE">
<artifact name="scca-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.didispace', module='scca-core', version='1.1.0-RELEASE')
)
libraryDependencies += "com.didispace" % "scca-core" % "1.1.0-RELEASE"
[com.didispace/scca-core "1.1.0-RELEASE"]