GroupId | GroupIdorg.hobsoft |
---|---|
ArtifactId | ArtifactIdhobsoft-build |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
hobsoft-build-0.3.0.pom | |
hobsoft-build-0.3.0.jar | 5 KB |
hobsoft-build-0.3.0-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hobsoft/hobsoft-build/ -->
<dependency>
<groupId>org.hobsoft</groupId>
<artifactId>hobsoft-build</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hobsoft/hobsoft-build/
implementation 'org.hobsoft:hobsoft-build:0.3.0'
// https://jarcasting.com/artifacts/org.hobsoft/hobsoft-build/
implementation ("org.hobsoft:hobsoft-build:0.3.0")
'org.hobsoft:hobsoft-build:jar:0.3.0'
<dependency org="org.hobsoft" name="hobsoft-build" rev="0.3.0">
<artifact name="hobsoft-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hobsoft', module='hobsoft-build', version='0.3.0')
)
libraryDependencies += "org.hobsoft" % "hobsoft-build" % "0.3.0"
[org.hobsoft/hobsoft-build "0.3.0"]