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