| GroupId | GroupIdcom.thinkaurelius.faunus |
|---|---|
| ArtifactId | ArtifactIdfaunus |
| Version | Version0.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| faunus-0.4.2.pom | |
| faunus-0.4.2.jar | 401 KB |
| faunus-0.4.2-sources.jar | 137 KB |
| faunus-0.4.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.faunus/faunus/
implementation 'com.thinkaurelius.faunus:faunus:0.4.2'
// https://jarcasting.com/artifacts/com.thinkaurelius.faunus/faunus/
implementation ("com.thinkaurelius.faunus:faunus:0.4.2")
'com.thinkaurelius.faunus:faunus:jar:0.4.2'
<dependency org="com.thinkaurelius.faunus" name="faunus" rev="0.4.2">
<artifact name="faunus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.faunus', module='faunus', version='0.4.2')
)
libraryDependencies += "com.thinkaurelius.faunus" % "faunus" % "0.4.2"
[com.thinkaurelius.faunus/faunus "0.4.2"]