| License |
License |
|---|---|
| GroupId | GroupIdcom.ctection |
| ArtifactId | ArtifactIdcSCM |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptioncSCM
A simple parser to parse SCM files
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cSCM-1.0.2.pom | |
| cSCM-1.0.2.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ctection/cSCM/ -->
<dependency>
<groupId>com.ctection</groupId>
<artifactId>cSCM</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ctection/cSCM/
implementation 'com.ctection:cSCM:1.0.2'
// https://jarcasting.com/artifacts/com.ctection/cSCM/
implementation ("com.ctection:cSCM:1.0.2")
'com.ctection:cSCM:jar:1.0.2'
<dependency org="com.ctection" name="cSCM" rev="1.0.2">
<artifact name="cSCM" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ctection', module='cSCM', version='1.0.2')
)
libraryDependencies += "com.ctection" % "cSCM" % "1.0.2"
[com.ctection/cSCM "1.0.2"]