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