GroupId | GroupIdde.matrixweb.smaller |
---|---|
ArtifactId | ArtifactIdsimple |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-0.8.1.pom | |
simple-0.8.1.jar | 2 MB |
simple-0.8.1-sources.jar | 1 KB |
simple-0.8.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.matrixweb.smaller/simple/ -->
<dependency>
<groupId>de.matrixweb.smaller</groupId>
<artifactId>simple</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb.smaller/simple/
implementation 'de.matrixweb.smaller:simple:0.8.1'
// https://jarcasting.com/artifacts/de.matrixweb.smaller/simple/
implementation ("de.matrixweb.smaller:simple:0.8.1")
'de.matrixweb.smaller:simple:jar:0.8.1'
<dependency org="de.matrixweb.smaller" name="simple" rev="0.8.1">
<artifact name="simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb.smaller', module='simple', version='0.8.1')
)
libraryDependencies += "de.matrixweb.smaller" % "simple" % "0.8.1"
[de.matrixweb.smaller/simple "0.8.1"]