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

compile

|-- junit:junit:4.5