GroupId | GroupIdcom.googlecode.the-fascinator |
---|---|
ArtifactId | ArtifactIdfascinator-plugins |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
fascinator-plugins-1.3.pom | 972 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator/fascinator-plugins/ -->
<dependency>
<groupId>com.googlecode.the-fascinator</groupId>
<artifactId>fascinator-plugins</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator/fascinator-plugins/
implementation 'com.googlecode.the-fascinator:fascinator-plugins:1.3'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator/fascinator-plugins/
implementation ("com.googlecode.the-fascinator:fascinator-plugins:1.3")
'com.googlecode.the-fascinator:fascinator-plugins:pom:1.3'
<dependency org="com.googlecode.the-fascinator" name="fascinator-plugins" rev="1.3">
<artifact name="fascinator-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator', module='fascinator-plugins', version='1.3')
)
libraryDependencies += "com.googlecode.the-fascinator" % "fascinator-plugins" % "1.3"
[com.googlecode.the-fascinator/fascinator-plugins "1.3"]