GroupId | GroupIdorg.occurrent |
---|---|
ArtifactId | ArtifactIdinmemory |
Version | Version0.7.4 |
Type | Typepom |
Filename | Size |
---|---|
inmemory-0.7.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/inmemory/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>inmemory</artifactId>
<version>0.7.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/inmemory/
implementation 'org.occurrent:inmemory:0.7.4'
// https://jarcasting.com/artifacts/org.occurrent/inmemory/
implementation ("org.occurrent:inmemory:0.7.4")
'org.occurrent:inmemory:pom:0.7.4'
<dependency org="org.occurrent" name="inmemory" rev="0.7.4">
<artifact name="inmemory" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='inmemory', version='0.7.4')
)
libraryDependencies += "org.occurrent" % "inmemory" % "0.7.4"
[org.occurrent/inmemory "0.7.4"]