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