License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.takari.maven.plugin.testing |
ArtifactId | ArtifactIdblackbox-maven |
Version | Version0.1.0 |
Type | Typepom |
Description |
DescriptionTakari: The future of software delivery.
|
Filename | Size |
---|---|
blackbox-maven-0.1.0.pom | 796 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.takari.maven.plugin.testing/blackbox-maven/ -->
<dependency>
<groupId>io.takari.maven.plugin.testing</groupId>
<artifactId>blackbox-maven</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.takari.maven.plugin.testing/blackbox-maven/
implementation 'io.takari.maven.plugin.testing:blackbox-maven:0.1.0'
// https://jarcasting.com/artifacts/io.takari.maven.plugin.testing/blackbox-maven/
implementation ("io.takari.maven.plugin.testing:blackbox-maven:0.1.0")
'io.takari.maven.plugin.testing:blackbox-maven:pom:0.1.0'
<dependency org="io.takari.maven.plugin.testing" name="blackbox-maven" rev="0.1.0">
<artifact name="blackbox-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.takari.maven.plugin.testing', module='blackbox-maven', version='0.1.0')
)
libraryDependencies += "io.takari.maven.plugin.testing" % "blackbox-maven" % "0.1.0"
[io.takari.maven.plugin.testing/blackbox-maven "0.1.0"]