License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers config Application Layer Libs Configuration |
GroupId | GroupIdorg.jboss.windup.addon |
ArtifactId | ArtifactIdconfig-parent |
Version | Version2.0.0.Alpha1 |
Type | Typepom |
Description |
DescriptionWindup Engine - Config Parent
Migration Tools
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
config-parent-2.0.0.Alpha1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.addon/config-parent/ -->
<dependency>
<groupId>org.jboss.windup.addon</groupId>
<artifactId>config-parent</artifactId>
<version>2.0.0.Alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.addon/config-parent/
implementation 'org.jboss.windup.addon:config-parent:2.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.windup.addon/config-parent/
implementation ("org.jboss.windup.addon:config-parent:2.0.0.Alpha1")
'org.jboss.windup.addon:config-parent:pom:2.0.0.Alpha1'
<dependency org="org.jboss.windup.addon" name="config-parent" rev="2.0.0.Alpha1">
<artifact name="config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.addon', module='config-parent', version='2.0.0.Alpha1')
)
libraryDependencies += "org.jboss.windup.addon" % "config-parent" % "2.0.0.Alpha1"
[org.jboss.windup.addon/config-parent "2.0.0.Alpha1"]