w

windup-reporting

Files download
File Operation
windup-reporting-0.7.0.jar download
windup-reporting-0.7.0.pom download
windup-reporting-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.windup</groupId>
  <artifactId>windup-reporting</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.windup:windup-reporting:0.7.0'
Gradle Kotlin
implementation("org.jboss.windup:windup-reporting:0.7.0")
Scala SBT
libraryDependencies += "org.jboss.windup" % "windup-reporting" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.windup', module='windup-reporting', version='0.7.0')
)
Apache Ivy
<dependency org="org.jboss.windup" name="windup-reporting" rev="0.7.0" />
Leiningen
[org.jboss.windup/windup-reporting "0.7.0"]
Apache Buildr
'org.jboss.windup:windup-reporting:jar:0.7.0'