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