| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.adamcin.bnd |
| ArtifactId | ArtifactIdnet.adamcin.bnd.vendor |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.adamcin.bnd/net.adamcin.bnd.vendor/ -->
<dependency>
<groupId>net.adamcin.bnd</groupId>
<artifactId>net.adamcin.bnd.vendor</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.adamcin.bnd/net.adamcin.bnd.vendor/
implementation 'net.adamcin.bnd:net.adamcin.bnd.vendor:0.1.0'
// https://jarcasting.com/artifacts/net.adamcin.bnd/net.adamcin.bnd.vendor/
implementation ("net.adamcin.bnd:net.adamcin.bnd.vendor:0.1.0")
'net.adamcin.bnd:net.adamcin.bnd.vendor:jar:0.1.0'
<dependency org="net.adamcin.bnd" name="net.adamcin.bnd.vendor" rev="0.1.0">
<artifact name="net.adamcin.bnd.vendor" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.adamcin.bnd', module='net.adamcin.bnd.vendor', version='0.1.0')
)
libraryDependencies += "net.adamcin.bnd" % "net.adamcin.bnd.vendor" % "0.1.0"
[net.adamcin.bnd/net.adamcin.bnd.vendor "0.1.0"]