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