License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.windup.legacy |
ArtifactId | ArtifactIdlegacy-parent |
Last Version | Last Version2.0.0.Alpha1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLegacy Windup - Parent
Parent pom for Windup Legacy Modules
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
legacy-parent-2.0.0.Alpha1.pom | 920 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.legacy/legacy-parent/ -->
<dependency>
<groupId>org.jboss.windup.legacy</groupId>
<artifactId>legacy-parent</artifactId>
<version>2.0.0.Alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.legacy/legacy-parent/
implementation 'org.jboss.windup.legacy:legacy-parent:2.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.windup.legacy/legacy-parent/
implementation ("org.jboss.windup.legacy:legacy-parent:2.0.0.Alpha1")
'org.jboss.windup.legacy:legacy-parent:pom:2.0.0.Alpha1'
<dependency org="org.jboss.windup.legacy" name="legacy-parent" rev="2.0.0.Alpha1">
<artifact name="legacy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.legacy', module='legacy-parent', version='2.0.0.Alpha1')
)
libraryDependencies += "org.jboss.windup.legacy" % "legacy-parent" % "2.0.0.Alpha1"
[org.jboss.windup.legacy/legacy-parent "2.0.0.Alpha1"]