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