is not current version
Last Version 15

com.pentahohub.nexus:nexus 1.0.2

pentahohub nexus

GroupId

GroupId

com.pentahohub.nexus
ArtifactId

ArtifactId

nexus
Version

Version

1.0.2
Type

Type

pom

Download nexus 1.0.2

Filename Size
nexus-1.0.2.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.pentahohub.nexus/nexus/ -->
<dependency>
    <groupId>com.pentahohub.nexus</groupId>
    <artifactId>nexus</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pentahohub.nexus/nexus/
implementation 'com.pentahohub.nexus:nexus:1.0.2'
// https://jarcasting.com/artifacts/com.pentahohub.nexus/nexus/
implementation ("com.pentahohub.nexus:nexus:1.0.2")
'com.pentahohub.nexus:nexus:pom:1.0.2'
<dependency org="com.pentahohub.nexus" name="nexus" rev="1.0.2">
  <artifact name="nexus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pentahohub.nexus', module='nexus', version='1.0.2')
)
libraryDependencies += "com.pentahohub.nexus" % "nexus" % "1.0.2"
[com.pentahohub.nexus/nexus "1.0.2"]