| GroupId | GroupIdbuild.bleep |
|---|---|
| ArtifactId | ArtifactId0.0.1-M2_2.13 |
| Version | Versionbleep-tasks |
| Type | Typejar |
| Filename | Size |
|---|---|
| 0.0.1-M2_2.13-bleep-tasks.pom | |
| 0.0.1-M2_2.13-bleep-tasks.jar | 68 KB |
| 0.0.1-M2_2.13-bleep-tasks-sources.jar | 8 KB |
| 0.0.1-M2_2.13-bleep-tasks-javadoc.jar | 217 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/build.bleep/0.0.1-M2_2.13/ -->
<dependency>
<groupId>build.bleep</groupId>
<artifactId>0.0.1-M2_2.13</artifactId>
<version>bleep-tasks</version>
</dependency>
// https://jarcasting.com/artifacts/build.bleep/0.0.1-M2_2.13/
implementation 'build.bleep:0.0.1-M2_2.13:bleep-tasks'
// https://jarcasting.com/artifacts/build.bleep/0.0.1-M2_2.13/
implementation ("build.bleep:0.0.1-M2_2.13:bleep-tasks")
'build.bleep:0.0.1-M2_2.13:jar:bleep-tasks'
<dependency org="build.bleep" name="0.0.1-M2_2.13" rev="bleep-tasks">
<artifact name="0.0.1-M2_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='build.bleep', module='0.0.1-M2_2.13', version='bleep-tasks')
)
libraryDependencies += "build.bleep" % "0.0.1-M2_2.13" % "bleep-tasks"
[build.bleep/0.0.1-M2_2.13 "bleep-tasks"]