Files download
File Operation
central-portal-0.29.0-rc1.jar download
central-portal-0.29.0-rc1.pom download
central-portal-0.29.0-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vanniktech</groupId>
  <artifactId>central-portal</artifactId>
  <version>0.29.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'com.vanniktech:central-portal:0.29.0-rc1'
Gradle Kotlin
implementation("com.vanniktech:central-portal:0.29.0-rc1")
Scala SBT
libraryDependencies += "com.vanniktech" % "central-portal" % "0.29.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='com.vanniktech', module='central-portal', version='0.29.0-rc1')
)
Apache Ivy
<dependency org="com.vanniktech" name="central-portal" rev="0.29.0-rc1" />
Leiningen
[com.vanniktech/central-portal "0.29.0-rc1"]
Apache Buildr
'com.vanniktech:central-portal:jar:0.29.0-rc1'