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