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