License |
License |
---|---|
Categories |
CategoriesBuild Tools Data |
GroupId | GroupIdcom.cooldatasoft |
ArtifactId | ArtifactIdcds-build-tools |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncds-build-tools
Checkstyle Rules
|
Filename | Size |
---|---|
cds-build-tools-1.1.2.pom | |
cds-build-tools-1.1.2.jar | 7 KB |
cds-build-tools-1.1.2-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cooldatasoft/cds-build-tools/ -->
<dependency>
<groupId>com.cooldatasoft</groupId>
<artifactId>cds-build-tools</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cooldatasoft/cds-build-tools/
implementation 'com.cooldatasoft:cds-build-tools:1.1.2'
// https://jarcasting.com/artifacts/com.cooldatasoft/cds-build-tools/
implementation ("com.cooldatasoft:cds-build-tools:1.1.2")
'com.cooldatasoft:cds-build-tools:jar:1.1.2'
<dependency org="com.cooldatasoft" name="cds-build-tools" rev="1.1.2">
<artifact name="cds-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cooldatasoft', module='cds-build-tools', version='1.1.2')
)
libraryDependencies += "com.cooldatasoft" % "cds-build-tools" % "1.1.2"
[com.cooldatasoft/cds-build-tools "1.1.2"]