is not current version
Last Version 1.1.0

com.ctection:cSCM 1.0.0

A simple parser to parse SCM files

GroupId

GroupId

com.ctection
ArtifactId

ArtifactId

cSCM
Version

Version

1.0.0
Type

Type

jar

Download cSCM 1.0.0


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