License |
License |
---|---|
GroupId | GroupIdorg.hobsoft |
ArtifactId | ArtifactIdhobsoft-parent |
Version | Version0.6.0 |
Type | Typepom |
Description |
DescriptionHobsoft Parent
Parent POM for Hobsoft projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hobsoft-parent-0.6.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hobsoft/hobsoft-parent/ -->
<dependency>
<groupId>org.hobsoft</groupId>
<artifactId>hobsoft-parent</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hobsoft/hobsoft-parent/
implementation 'org.hobsoft:hobsoft-parent:0.6.0'
// https://jarcasting.com/artifacts/org.hobsoft/hobsoft-parent/
implementation ("org.hobsoft:hobsoft-parent:0.6.0")
'org.hobsoft:hobsoft-parent:pom:0.6.0'
<dependency org="org.hobsoft" name="hobsoft-parent" rev="0.6.0">
<artifact name="hobsoft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hobsoft', module='hobsoft-parent', version='0.6.0')
)
libraryDependencies += "org.hobsoft" % "hobsoft-parent" % "0.6.0"
[org.hobsoft/hobsoft-parent "0.6.0"]