| Группа | Группаde.matrixweb.smaller |
|---|---|
| Идентификатор | Идентификаторsimple |
| Версия | Версия0.8.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simple-0.8.5.pom | |
| simple-0.8.5.jar | 2 MB |
| simple-0.8.5-sources.jar | 1 KB |
| simple-0.8.5-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.matrixweb.smaller/simple/ -->
<dependency>
<groupId>de.matrixweb.smaller</groupId>
<artifactId>simple</artifactId>
<version>0.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb.smaller/simple/
implementation 'de.matrixweb.smaller:simple:0.8.5'
// https://jarcasting.com/artifacts/de.matrixweb.smaller/simple/
implementation ("de.matrixweb.smaller:simple:0.8.5")
'de.matrixweb.smaller:simple:jar:0.8.5'
<dependency org="de.matrixweb.smaller" name="simple" rev="0.8.5">
<artifact name="simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb.smaller', module='simple', version='0.8.5')
)
libraryDependencies += "de.matrixweb.smaller" % "simple" % "0.8.5"
[de.matrixweb.smaller/simple "0.8.5"]