文件下载
文件名 操作
jitsilibrary-1.0.1.pom 下载
jitsilibrary-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.gsidhu900</groupId>
  <artifactId>jitsilibrary</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.gsidhu900:jitsilibrary:1.0.1'
Gradle Kotlin
implementation("io.github.gsidhu900:jitsilibrary:1.0.1")
Scala SBT
libraryDependencies += "io.github.gsidhu900" % "jitsilibrary" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gsidhu900', module='jitsilibrary', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.gsidhu900" name="jitsilibrary" rev="1.0.1" />
Leiningen
[io.github.gsidhu900/jitsilibrary "1.0.1"]
Apache Buildr
'io.github.gsidhu900:jitsilibrary:jar:1.0.1'
本项目依赖
该项目无第三方依赖