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