s

smartcosmos-builds-tools

Various XML Configs used throughout the application
Files download
File Operation
smartcosmos-builds-tools-2.14.0.jar download
smartcosmos-builds-tools-2.14.0.pom download
smartcosmos-builds-tools-2.14.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-builds-tools</artifactId>
  <version>2.14.0</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-builds-tools:2.14.0'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-builds-tools:2.14.0")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-builds-tools" % "2.14.0"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-builds-tools', version='2.14.0')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-builds-tools" rev="2.14.0" />
Leiningen
[net.smartcosmos/smartcosmos-builds-tools "2.14.0"]
Apache Buildr
'net.smartcosmos:smartcosmos-builds-tools:jar:2.14.0'