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