文件下载
文件名 操作
core-0.0.1.jar 下载
core-0.0.1.pom 下载
core-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.vaishnavmhetre.terminsurancecalculator</groupId>
  <artifactId>core</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.vaishnavmhetre.terminsurancecalculator:core:0.0.1'
Gradle Kotlin
implementation("com.github.vaishnavmhetre.terminsurancecalculator:core:0.0.1")
Scala SBT
libraryDependencies += "com.github.vaishnavmhetre.terminsurancecalculator" % "core" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vaishnavmhetre.terminsurancecalculator', module='core', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.vaishnavmhetre.terminsurancecalculator" name="core" rev="0.0.1" />
Leiningen
[com.github.vaishnavmhetre.terminsurancecalculator/core "0.0.1"]
Apache Buildr
'com.github.vaishnavmhetre.terminsurancecalculator:core:jar:0.0.1'
本项目依赖