GroupId | GroupIdcom.weiglewilczek.bnd4sbt |
---|---|
ArtifactId | ArtifactIdbnd4sbt |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
bnd4sbt-1.0.2.pom | |
bnd4sbt-1.0.2.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weiglewilczek.bnd4sbt/bnd4sbt/ -->
<dependency>
<groupId>com.weiglewilczek.bnd4sbt</groupId>
<artifactId>bnd4sbt</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.weiglewilczek.bnd4sbt/bnd4sbt/
implementation 'com.weiglewilczek.bnd4sbt:bnd4sbt:1.0.2'
// https://jarcasting.com/artifacts/com.weiglewilczek.bnd4sbt/bnd4sbt/
implementation ("com.weiglewilczek.bnd4sbt:bnd4sbt:1.0.2")
'com.weiglewilczek.bnd4sbt:bnd4sbt:jar:1.0.2'
<dependency org="com.weiglewilczek.bnd4sbt" name="bnd4sbt" rev="1.0.2">
<artifact name="bnd4sbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weiglewilczek.bnd4sbt', module='bnd4sbt', version='1.0.2')
)
libraryDependencies += "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.2"
[com.weiglewilczek.bnd4sbt/bnd4sbt "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
biz.aQute : bndlib | jar | 1.43.0 |
org.scala-lang : scala-library | jar | 2.7.7 |