文件下载
文件名 操作
dhelm-mathcal-1.0.2.jar 下载
dhelm-mathcal-1.0.2.pom 下载
dhelm-mathcal-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>in.kncsolutions.dhelm.mathcal</groupId>
  <artifactId>dhelm-mathcal</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'in.kncsolutions.dhelm.mathcal:dhelm-mathcal:1.0.2'
Gradle Kotlin
implementation("in.kncsolutions.dhelm.mathcal:dhelm-mathcal:1.0.2")
Scala SBT
libraryDependencies += "in.kncsolutions.dhelm.mathcal" % "dhelm-mathcal" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='in.kncsolutions.dhelm.mathcal', module='dhelm-mathcal', version='1.0.2')
)
Apache Ivy
<dependency org="in.kncsolutions.dhelm.mathcal" name="dhelm-mathcal" rev="1.0.2" />
Leiningen
[in.kncsolutions.dhelm.mathcal/dhelm-mathcal "1.0.2"]
Apache Buildr
'in.kncsolutions.dhelm.mathcal:dhelm-mathcal:jar:1.0.2'