MVN

com.projectdarkstar.tools.build : sgs-jar-resources-bsd

Maven & Gradle

May 20, 2010

Project 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.

<dependency>
    <groupId>com.projectdarkstar.tools.build</groupId>
    <artifactId>sgs-jar-resources-bsd</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.projectdarkstar.tools.build : sgs-jar-resources-bsd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.projectdarkstar.tools.build : sgs-jar-resources-bsd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
sgs-jar-resources-bsd-1.2
1.1
sgs-jar-resources-bsd-1.1
1.0
sgs-jar-resources-bsd-1.0

How to add a dependency to Maven

Add the following com.projectdarkstar.tools.build : sgs-jar-resources-bsd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.projectdarkstar.tools.build</groupId>
    <artifactId>sgs-jar-resources-bsd</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.projectdarkstar.tools.build : sgs-jar-resources-bsd gradle dependency to your build.gradle file:

implementation 'com.projectdarkstar.tools.build:sgs-jar-resources-bsd:1.2'

Gradle Kotlin DSL: Add the following com.projectdarkstar.tools.build : sgs-jar-resources-bsd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.projectdarkstar.tools.build:sgs-jar-resources-bsd:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.projectdarkstar.tools.build : sgs-jar-resources-bsd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.projectdarkstar.tools.build" % "sgs-jar-resources-bsd" % "1.2"