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