Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.windup.rexster |
ArtifactId | ArtifactIdrexster |
Version | Version2.0.0.Beta5 |
Type | Typejar |
Filename | Size |
---|---|
rexster-2.0.0.Beta5.pom | |
rexster-2.0.0.Beta5.jar | 558 KB |
rexster-2.0.0.Beta5-sources.jar | 553 KB |
rexster-2.0.0.Beta5-forge-addon.jar | 558 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.rexster/rexster/ -->
<dependency>
<groupId>org.jboss.windup.rexster</groupId>
<artifactId>rexster</artifactId>
<version>2.0.0.Beta5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.rexster/rexster/
implementation 'org.jboss.windup.rexster:rexster:2.0.0.Beta5'
// https://jarcasting.com/artifacts/org.jboss.windup.rexster/rexster/
implementation ("org.jboss.windup.rexster:rexster:2.0.0.Beta5")
'org.jboss.windup.rexster:rexster:jar:2.0.0.Beta5'
<dependency org="org.jboss.windup.rexster" name="rexster" rev="2.0.0.Beta5">
<artifact name="rexster" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.rexster', module='rexster', version='2.0.0.Beta5')
)
libraryDependencies += "org.jboss.windup.rexster" % "rexster" % "2.0.0.Beta5"
[org.jboss.windup.rexster/rexster "2.0.0.Beta5"]