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