Categories |
CategoriesJBoss Container Application Servers Reporting Business Logic Libraries |
---|---|
GroupId | GroupIdorg.jboss.windup.reporting |
ArtifactId | ArtifactIdwindup-reporting |
Version | Version2.4.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.reporting/windup-reporting/ -->
<dependency>
<groupId>org.jboss.windup.reporting</groupId>
<artifactId>windup-reporting</artifactId>
<version>2.4.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.reporting/windup-reporting/
implementation 'org.jboss.windup.reporting:windup-reporting:2.4.0.CR1'
// https://jarcasting.com/artifacts/org.jboss.windup.reporting/windup-reporting/
implementation ("org.jboss.windup.reporting:windup-reporting:2.4.0.CR1")
'org.jboss.windup.reporting:windup-reporting:jar:2.4.0.CR1'
<dependency org="org.jboss.windup.reporting" name="windup-reporting" rev="2.4.0.CR1">
<artifact name="windup-reporting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.reporting', module='windup-reporting', version='2.4.0.CR1')
)
libraryDependencies += "org.jboss.windup.reporting" % "windup-reporting" % "2.4.0.CR1"
[org.jboss.windup.reporting/windup-reporting "2.4.0.CR1"]