w

windup-reporting-tests

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