GroupId | GroupIdde.matrixweb.smaller |
---|---|
ArtifactId | ArtifactIdbundles |
Version | Version0.6.0 |
Type | Typepom |
Filename | Size |
---|---|
bundles-0.6.0.pom | 907 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.matrixweb.smaller/bundles/ -->
<dependency>
<groupId>de.matrixweb.smaller</groupId>
<artifactId>bundles</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb.smaller/bundles/
implementation 'de.matrixweb.smaller:bundles:0.6.0'
// https://jarcasting.com/artifacts/de.matrixweb.smaller/bundles/
implementation ("de.matrixweb.smaller:bundles:0.6.0")
'de.matrixweb.smaller:bundles:pom:0.6.0'
<dependency org="de.matrixweb.smaller" name="bundles" rev="0.6.0">
<artifact name="bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb.smaller', module='bundles', version='0.6.0')
)
libraryDependencies += "de.matrixweb.smaller" % "bundles" % "0.6.0"
[de.matrixweb.smaller/bundles "0.6.0"]