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