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