p

platform

Tidalwave NetBeans Platform 7.4
http://tidalwave.kenai.com
文件下载
文件名 操作
platform-RELEASE74-1.pom 下载
Apache Maven
<dependency>
  <groupId>it.tidalwave.superpom</groupId>
  <artifactId>platform</artifactId>
  <version>RELEASE74-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.superpom:platform:RELEASE74-1'
Gradle Kotlin
implementation("it.tidalwave.superpom:platform:RELEASE74-1")
Scala SBT
libraryDependencies += "it.tidalwave.superpom" % "platform" % "RELEASE74-1"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.superpom', module='platform', version='RELEASE74-1')
)
Apache Ivy
<dependency org="it.tidalwave.superpom" name="platform" rev="RELEASE74-1" />
Leiningen
[it.tidalwave.superpom/platform "RELEASE74-1"]
Apache Buildr
'it.tidalwave.superpom:platform:jar:RELEASE74-1'