w

windup-reporting-tests

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