Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.datathings |
ArtifactId | ArtifactIdgreycat-memory |
Version | Version2 |
Type | Typejar |
Filename | Size |
---|---|
greycat-memory-2.pom | |
greycat-memory-2.jar | 105 KB |
greycat-memory-2-sources.jar | 67 KB |
greycat-memory-2-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.datathings/greycat-memory/ -->
<dependency>
<groupId>com.datathings</groupId>
<artifactId>greycat-memory</artifactId>
<version>2</version>
</dependency>
// https://jarcasting.com/artifacts/com.datathings/greycat-memory/
implementation 'com.datathings:greycat-memory:2'
// https://jarcasting.com/artifacts/com.datathings/greycat-memory/
implementation ("com.datathings:greycat-memory:2")
'com.datathings:greycat-memory:jar:2'
<dependency org="com.datathings" name="greycat-memory" rev="2">
<artifact name="greycat-memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datathings', module='greycat-memory', version='2')
)
libraryDependencies += "com.datathings" % "greycat-memory" % "2"
[com.datathings/greycat-memory "2"]