GroupId | GroupIdorg.hobsoft |
---|---|
ArtifactId | ArtifactIdhobsoft-parent |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
hobsoft-parent-0.1.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hobsoft/hobsoft-parent/ -->
<dependency>
<groupId>org.hobsoft</groupId>
<artifactId>hobsoft-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hobsoft/hobsoft-parent/
implementation 'org.hobsoft:hobsoft-parent:0.1.1'
// https://jarcasting.com/artifacts/org.hobsoft/hobsoft-parent/
implementation ("org.hobsoft:hobsoft-parent:0.1.1")
'org.hobsoft:hobsoft-parent:pom:0.1.1'
<dependency org="org.hobsoft" name="hobsoft-parent" rev="0.1.1">
<artifact name="hobsoft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hobsoft', module='hobsoft-parent', version='0.1.1')
)
libraryDependencies += "org.hobsoft" % "hobsoft-parent" % "0.1.1"
[org.hobsoft/hobsoft-parent "0.1.1"]