w

windup-tests

文件下载
文件名 操作
windup-tests-6.1.8.Final.jar 下载
windup-tests-6.1.8.Final.pom 下载
windup-tests-6.1.8.Final-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jboss.windup.tests</groupId>
  <artifactId>windup-tests</artifactId>
  <version>6.1.8.Final</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.windup.tests:windup-tests:6.1.8.Final'
Gradle Kotlin
implementation("org.jboss.windup.tests:windup-tests:6.1.8.Final")
Scala SBT
libraryDependencies += "org.jboss.windup.tests" % "windup-tests" % "6.1.8.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.windup.tests', module='windup-tests', version='6.1.8.Final')
)
Apache Ivy
<dependency org="org.jboss.windup.tests" name="windup-tests" rev="6.1.8.Final" />
Leiningen
[org.jboss.windup.tests/windup-tests "6.1.8.Final"]
Apache Buildr
'org.jboss.windup.tests:windup-tests:jar:6.1.8.Final'