is not current version
Last Version 0.6.0

org.hobsoft:hobsoft-parent 0.1.2

Parent POM for Hobsoft projects.

GroupId

GroupId

org.hobsoft
ArtifactId

ArtifactId

hobsoft-parent
Version

Version

0.1.2
Type

Type

pom

Download hobsoft-parent 0.1.2

Filename Size
hobsoft-parent-0.1.2.pom 6 KB
Browse

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