| GroupId | GroupIdcom.github.duhemm |
|---|---|
| ArtifactId | ArtifactIdbloopstrap_2.12 |
| Version | Version1.0.0-M8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bloopstrap_2.12-1.0.0-M8.pom | |
| bloopstrap_2.12-1.0.0-M8.jar | 71 KB |
| bloopstrap_2.12-1.0.0-M8-sources.jar | 5 KB |
| bloopstrap_2.12-1.0.0-M8-javadoc.jar | 691 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.duhemm/bloopstrap_2.12/ -->
<dependency>
<groupId>com.github.duhemm</groupId>
<artifactId>bloopstrap_2.12</artifactId>
<version>1.0.0-M8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.duhemm/bloopstrap_2.12/
implementation 'com.github.duhemm:bloopstrap_2.12:1.0.0-M8'
// https://jarcasting.com/artifacts/com.github.duhemm/bloopstrap_2.12/
implementation ("com.github.duhemm:bloopstrap_2.12:1.0.0-M8")
'com.github.duhemm:bloopstrap_2.12:jar:1.0.0-M8'
<dependency org="com.github.duhemm" name="bloopstrap_2.12" rev="1.0.0-M8">
<artifact name="bloopstrap_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.duhemm', module='bloopstrap_2.12', version='1.0.0-M8')
)
libraryDependencies += "com.github.duhemm" % "bloopstrap_2.12" % "1.0.0-M8"
[com.github.duhemm/bloopstrap_2.12 "1.0.0-M8"]