GroupId | GroupIdorg.kevoree.mwg.plugins |
---|---|
ArtifactId | ArtifactIdmemory |
Version | Version7 |
Type | Typejar |
Filename | Size |
---|---|
memory-7.pom | |
memory-7.jar | 65 KB |
memory-7-sources.jar | 37 KB |
memory-7-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/memory/ -->
<dependency>
<groupId>org.kevoree.mwg.plugins</groupId>
<artifactId>memory</artifactId>
<version>7</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/memory/
implementation 'org.kevoree.mwg.plugins:memory:7'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/memory/
implementation ("org.kevoree.mwg.plugins:memory:7")
'org.kevoree.mwg.plugins:memory:jar:7'
<dependency org="org.kevoree.mwg.plugins" name="memory" rev="7">
<artifact name="memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='memory', version='7')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "memory" % "7"
[org.kevoree.mwg.plugins/memory "7"]