n

northernwind-site-archetypes-superpom

文件下载
文件名 操作
northernwind-site-archetypes-superpom-1.11.pom 下载
Apache Maven
<dependency>
  <groupId>it.tidalwave.northernwind</groupId>
  <artifactId>northernwind-site-archetypes-superpom</artifactId>
  <version>1.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.northernwind:northernwind-site-archetypes-superpom:1.11'
Gradle Kotlin
implementation("it.tidalwave.northernwind:northernwind-site-archetypes-superpom:1.11")
Scala SBT
libraryDependencies += "it.tidalwave.northernwind" % "northernwind-site-archetypes-superpom" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.northernwind', module='northernwind-site-archetypes-superpom', version='1.11')
)
Apache Ivy
<dependency org="it.tidalwave.northernwind" name="northernwind-site-archetypes-superpom" rev="1.11" />
Leiningen
[it.tidalwave.northernwind/northernwind-site-archetypes-superpom "1.11"]
Apache Buildr
'it.tidalwave.northernwind:northernwind-site-archetypes-superpom:jar:1.11'