| Categories |
CategoriesBuild Tools Data |
|---|---|
| GroupId | GroupIdcom.cooldatasoft |
| ArtifactId | ArtifactIdcooldatasoft-build-tools |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cooldatasoft/cooldatasoft-build-tools/ -->
<dependency>
<groupId>com.cooldatasoft</groupId>
<artifactId>cooldatasoft-build-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cooldatasoft/cooldatasoft-build-tools/
implementation 'com.cooldatasoft:cooldatasoft-build-tools:1.0.0'
// https://jarcasting.com/artifacts/com.cooldatasoft/cooldatasoft-build-tools/
implementation ("com.cooldatasoft:cooldatasoft-build-tools:1.0.0")
'com.cooldatasoft:cooldatasoft-build-tools:jar:1.0.0'
<dependency org="com.cooldatasoft" name="cooldatasoft-build-tools" rev="1.0.0">
<artifact name="cooldatasoft-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cooldatasoft', module='cooldatasoft-build-tools', version='1.0.0')
)
libraryDependencies += "com.cooldatasoft" % "cooldatasoft-build-tools" % "1.0.0"
[com.cooldatasoft/cooldatasoft-build-tools "1.0.0"]