GroupId | GroupIdcom.googlecode.the-fascinator.plugins |
---|---|
ArtifactId | ArtifactIdplugin-authentication-filesystem |
Version | Version1.1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-authentication-filesystem/ -->
<dependency>
<groupId>com.googlecode.the-fascinator.plugins</groupId>
<artifactId>plugin-authentication-filesystem</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-authentication-filesystem/
implementation 'com.googlecode.the-fascinator.plugins:plugin-authentication-filesystem:1.1.4'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-authentication-filesystem/
implementation ("com.googlecode.the-fascinator.plugins:plugin-authentication-filesystem:1.1.4")
'com.googlecode.the-fascinator.plugins:plugin-authentication-filesystem:jar:1.1.4'
<dependency org="com.googlecode.the-fascinator.plugins" name="plugin-authentication-filesystem" rev="1.1.4">
<artifact name="plugin-authentication-filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator.plugins', module='plugin-authentication-filesystem', version='1.1.4')
)
libraryDependencies += "com.googlecode.the-fascinator.plugins" % "plugin-authentication-filesystem" % "1.1.4"
[com.googlecode.the-fascinator.plugins/plugin-authentication-filesystem "1.1.4"]