| GroupId | GroupIdcom.googlecode.fannj |
|---|---|
| ArtifactId | ArtifactIdfannj |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fannj-0.2.pom | |
| fannj-0.2.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.fannj/fannj/ -->
<dependency>
<groupId>com.googlecode.fannj</groupId>
<artifactId>fannj</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.fannj/fannj/
implementation 'com.googlecode.fannj:fannj:0.2'
// https://jarcasting.com/artifacts/com.googlecode.fannj/fannj/
implementation ("com.googlecode.fannj:fannj:0.2")
'com.googlecode.fannj:fannj:jar:0.2'
<dependency org="com.googlecode.fannj" name="fannj" rev="0.2">
<artifact name="fannj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.fannj', module='fannj', version='0.2')
)
libraryDependencies += "com.googlecode.fannj" % "fannj" % "0.2"
[com.googlecode.fannj/fannj "0.2"]