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