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