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