GroupId | GroupIdcom.projectdarkstar.tools.build |
---|---|
ArtifactId | ArtifactIdsgs-jar-resources-bsd |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProject Darkstar BSD License Bundle
Resource bundle of BSD License files for Project Darkstar.
This package should be included using the remote-resources
plugin to bundle a BSD license file into a jar.
|
Filename | Size |
---|---|
sgs-jar-resources-bsd-1.2.pom | |
sgs-jar-resources-bsd-1.2.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.projectdarkstar.tools.build/sgs-jar-resources-bsd/ -->
<dependency>
<groupId>com.projectdarkstar.tools.build</groupId>
<artifactId>sgs-jar-resources-bsd</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.projectdarkstar.tools.build/sgs-jar-resources-bsd/
implementation 'com.projectdarkstar.tools.build:sgs-jar-resources-bsd:1.2'
// https://jarcasting.com/artifacts/com.projectdarkstar.tools.build/sgs-jar-resources-bsd/
implementation ("com.projectdarkstar.tools.build:sgs-jar-resources-bsd:1.2")
'com.projectdarkstar.tools.build:sgs-jar-resources-bsd:jar:1.2'
<dependency org="com.projectdarkstar.tools.build" name="sgs-jar-resources-bsd" rev="1.2">
<artifact name="sgs-jar-resources-bsd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.projectdarkstar.tools.build', module='sgs-jar-resources-bsd', version='1.2')
)
libraryDependencies += "com.projectdarkstar.tools.build" % "sgs-jar-resources-bsd" % "1.2"
[com.projectdarkstar.tools.build/sgs-jar-resources-bsd "1.2"]