GroupId | GroupIdio.testerra |
---|---|
ArtifactId | ArtifactIdbmp |
Version | Version1.0-RC-32 |
Type | Typejar |
Filename | Size |
---|---|
bmp-1.0-RC-32.pom | |
bmp-1.0-RC-32.jar | 40 KB |
bmp-1.0-RC-32-sources.jar | 37 KB |
bmp-1.0-RC-32-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.testerra/bmp/ -->
<dependency>
<groupId>io.testerra</groupId>
<artifactId>bmp</artifactId>
<version>1.0-RC-32</version>
</dependency>
// https://jarcasting.com/artifacts/io.testerra/bmp/
implementation 'io.testerra:bmp:1.0-RC-32'
// https://jarcasting.com/artifacts/io.testerra/bmp/
implementation ("io.testerra:bmp:1.0-RC-32")
'io.testerra:bmp:jar:1.0-RC-32'
<dependency org="io.testerra" name="bmp" rev="1.0-RC-32">
<artifact name="bmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.testerra', module='bmp', version='1.0-RC-32')
)
libraryDependencies += "io.testerra" % "bmp" % "1.0-RC-32"
[io.testerra/bmp "1.0-RC-32"]