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