s

smartcosmos-documentation

Converts and packages a lot of documentation for the various packages found throughout the repository.
Files download
File Operation
smartcosmos-documentation-2.14.0.pom download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-documentation</artifactId>
  <version>2.14.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-documentation:2.14.0'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-documentation:2.14.0")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-documentation" % "2.14.0"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-documentation', version='2.14.0')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-documentation" rev="2.14.0" />
Leiningen
[net.smartcosmos/smartcosmos-documentation "2.14.0"]
Apache Buildr
'net.smartcosmos:smartcosmos-documentation:jar:2.14.0'