Categories |
CategoriesJBoss Container Application Servers config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.jboss.windup.config |
ArtifactId | ArtifactIdwindup-config-xml-parent |
Version | Version2.4.0.CR2 |
Type | Typepom |
Filename | Size |
---|---|
windup-config-xml-parent-2.4.0.CR2.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>2.4.0.CR2</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:2.4.0.CR2'
// https://jarcasting.com/artifacts/org.jboss.windup.config/windup-config-xml-parent/
implementation ("org.jboss.windup.config:windup-config-xml-parent:2.4.0.CR2")
'org.jboss.windup.config:windup-config-xml-parent:pom:2.4.0.CR2'
<dependency org="org.jboss.windup.config" name="windup-config-xml-parent" rev="2.4.0.CR2">
<artifact name="windup-config-xml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.config', module='windup-config-xml-parent', version='2.4.0.CR2')
)
libraryDependencies += "org.jboss.windup.config" % "windup-config-xml-parent" % "2.4.0.CR2"
[org.jboss.windup.config/windup-config-xml-parent "2.4.0.CR2"]