is not current version
Last Version 1.0.1

com.hhoss:maven-root 0.9.5

hhoss root pom for maven project

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.hhoss
ArtifactId

ArtifactId

maven-root
Version

Version

0.9.5
Type

Type

pom

Download maven-root 0.9.5

Filename Size
maven-root-0.9.5.pom 8 KB
Browse

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