Files download
File Operation
dhelm-mathcal-1.0.jar download
dhelm-mathcal-1.0.pom download
dhelm-mathcal-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>in.kncsolutions.dhelm.mathcal</groupId>
  <artifactId>dhelm-mathcal</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'in.kncsolutions.dhelm.mathcal:dhelm-mathcal:1.0'
Gradle Kotlin
implementation("in.kncsolutions.dhelm.mathcal:dhelm-mathcal:1.0")
Scala SBT
libraryDependencies += "in.kncsolutions.dhelm.mathcal" % "dhelm-mathcal" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='in.kncsolutions.dhelm.mathcal', module='dhelm-mathcal', version='1.0')
)
Apache Ivy
<dependency org="in.kncsolutions.dhelm.mathcal" name="dhelm-mathcal" rev="1.0" />
Leiningen
[in.kncsolutions.dhelm.mathcal/dhelm-mathcal "1.0"]
Apache Buildr
'in.kncsolutions.dhelm.mathcal:dhelm-mathcal:jar:1.0'