| GroupId | GroupIdcom.googlecode.the-fascinator |
|---|---|
| ArtifactId | ArtifactIdfascinator-core |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fascinator-core-1.0.6.pom | |
| fascinator-core-1.0.6.jar | 82 KB |
| fascinator-core-1.0.6-sources.jar | 60 KB |
| fascinator-core-1.0.6-javadoc.jar | 119 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator/fascinator-core/ -->
<dependency>
<groupId>com.googlecode.the-fascinator</groupId>
<artifactId>fascinator-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator/fascinator-core/
implementation 'com.googlecode.the-fascinator:fascinator-core:1.0.6'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator/fascinator-core/
implementation ("com.googlecode.the-fascinator:fascinator-core:1.0.6")
'com.googlecode.the-fascinator:fascinator-core:jar:1.0.6'
<dependency org="com.googlecode.the-fascinator" name="fascinator-core" rev="1.0.6">
<artifact name="fascinator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator', module='fascinator-core', version='1.0.6')
)
libraryDependencies += "com.googlecode.the-fascinator" % "fascinator-core" % "1.0.6"
[com.googlecode.the-fascinator/fascinator-core "1.0.6"]