| GroupId | GroupIdcom.thinkaurelius.faunus |
|---|---|
| ArtifactId | ArtifactIdfaunus |
| Version | Version0.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| faunus-0.4.1.pom | |
| faunus-0.4.1.jar | 401 KB |
| faunus-0.4.1-sources.jar | 136 KB |
| faunus-0.4.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thinkaurelius.faunus/faunus/ -->
<dependency>
<groupId>com.thinkaurelius.faunus</groupId>
<artifactId>faunus</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.faunus/faunus/
implementation 'com.thinkaurelius.faunus:faunus:0.4.1'
// https://jarcasting.com/artifacts/com.thinkaurelius.faunus/faunus/
implementation ("com.thinkaurelius.faunus:faunus:0.4.1")
'com.thinkaurelius.faunus:faunus:jar:0.4.1'
<dependency org="com.thinkaurelius.faunus" name="faunus" rev="0.4.1">
<artifact name="faunus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.faunus', module='faunus', version='0.4.1')
)
libraryDependencies += "com.thinkaurelius.faunus" % "faunus" % "0.4.1"
[com.thinkaurelius.faunus/faunus "0.4.1"]