w

windup-reporting-tests

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