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