b

bulbs-shared

This is a supporting lib for the main project Bulbs_Core at https://github.com/datenstrudel/bulbs-core
https://github.com/datenstrudel/bulbs-shared/
The Apache License, Version 2.0
Thomas Wendzinski
文件下载
文件名 操作
bulbs-shared-1.0.jar 下载
bulbs-shared-1.0.pom 下载
bulbs-shared-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.datenstrudel.bulbs</groupId>
  <artifactId>bulbs-shared</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'net.datenstrudel.bulbs:bulbs-shared:1.0'
Gradle Kotlin
implementation("net.datenstrudel.bulbs:bulbs-shared:1.0")
Scala SBT
libraryDependencies += "net.datenstrudel.bulbs" % "bulbs-shared" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.datenstrudel.bulbs', module='bulbs-shared', version='1.0')
)
Apache Ivy
<dependency org="net.datenstrudel.bulbs" name="bulbs-shared" rev="1.0" />
Leiningen
[net.datenstrudel.bulbs/bulbs-shared "1.0"]
Apache Buildr
'net.datenstrudel.bulbs:bulbs-shared:jar:1.0'