MVN

net.datenstrudel.bulbs : bulbs-shared

Maven & Gradle

Mar 01, 2015
1 stars

This is a supporting lib for the main project Bulbs_Core at https://github.com/datenstrudel/bulbs-core

<dependency>
    <groupId>net.datenstrudel.bulbs</groupId>
    <artifactId>bulbs-shared</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.datenstrudel.bulbs : bulbs-shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.datenstrudel.bulbs : bulbs-shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
bulbs-shared-1.2
1.1
bulbs-shared-1.1
1.0
bulbs-shared-1.0

How to add a dependency to Maven

Add the following net.datenstrudel.bulbs : bulbs-shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.datenstrudel.bulbs</groupId>
    <artifactId>bulbs-shared</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.datenstrudel.bulbs : bulbs-shared gradle dependency to your build.gradle file:

implementation 'net.datenstrudel.bulbs:bulbs-shared:1.2'

Gradle Kotlin DSL: Add the following net.datenstrudel.bulbs : bulbs-shared gradle kotlin dependency to your build.gradle.kts file:

implementation("net.datenstrudel.bulbs:bulbs-shared:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.datenstrudel.bulbs : bulbs-shared sbt scala dependency to your build.sbt file:

libraryDependencies += "net.datenstrudel.bulbs" % "bulbs-shared" % "1.2"