GroupId | GroupIdcom.googlecode.the-fascinator.plugins |
---|---|
ArtifactId | ArtifactIdplugin-access-derby |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
plugin-access-derby-1.1.2.pom | |
plugin-access-derby-1.1.2.jar | 10 KB |
plugin-access-derby-1.1.2-sources.jar | 8 KB |
plugin-access-derby-1.1.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-access-derby/ -->
<dependency>
<groupId>com.googlecode.the-fascinator.plugins</groupId>
<artifactId>plugin-access-derby</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-access-derby/
implementation 'com.googlecode.the-fascinator.plugins:plugin-access-derby:1.1.2'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-access-derby/
implementation ("com.googlecode.the-fascinator.plugins:plugin-access-derby:1.1.2")
'com.googlecode.the-fascinator.plugins:plugin-access-derby:jar:1.1.2'
<dependency org="com.googlecode.the-fascinator.plugins" name="plugin-access-derby" rev="1.1.2">
<artifact name="plugin-access-derby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator.plugins', module='plugin-access-derby', version='1.1.2')
)
libraryDependencies += "com.googlecode.the-fascinator.plugins" % "plugin-access-derby" % "1.1.2"
[com.googlecode.the-fascinator.plugins/plugin-access-derby "1.1.2"]