Categories |
CategoriesJBoss Container Application Servers Reporting Business Logic Libraries |
---|---|
GroupId | GroupIdorg.jboss.windup.reporting |
ArtifactId | ArtifactIdwindup-reporting-parent |
Version | Version3.0.0.CR1 |
Type | Typepom |
Filename | Size |
---|---|
windup-reporting-parent-3.0.0.CR1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.reporting/windup-reporting-parent/ -->
<dependency>
<groupId>org.jboss.windup.reporting</groupId>
<artifactId>windup-reporting-parent</artifactId>
<version>3.0.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.reporting/windup-reporting-parent/
implementation 'org.jboss.windup.reporting:windup-reporting-parent:3.0.0.CR1'
// https://jarcasting.com/artifacts/org.jboss.windup.reporting/windup-reporting-parent/
implementation ("org.jboss.windup.reporting:windup-reporting-parent:3.0.0.CR1")
'org.jboss.windup.reporting:windup-reporting-parent:pom:3.0.0.CR1'
<dependency org="org.jboss.windup.reporting" name="windup-reporting-parent" rev="3.0.0.CR1">
<artifact name="windup-reporting-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.reporting', module='windup-reporting-parent', version='3.0.0.CR1')
)
libraryDependencies += "org.jboss.windup.reporting" % "windup-reporting-parent" % "3.0.0.CR1"
[org.jboss.windup.reporting/windup-reporting-parent "3.0.0.CR1"]