GroupId | GroupIdcom.fathzer |
---|---|
ArtifactId | ArtifactIdin-memory-table |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
in-memory-table-0.0.1.pom | |
in-memory-table-0.0.1.jar | 28 KB |
in-memory-table-0.0.1-sources.jar | 15 KB |
in-memory-table-0.0.1-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fathzer/in-memory-table/ -->
<dependency>
<groupId>com.fathzer</groupId>
<artifactId>in-memory-table</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fathzer/in-memory-table/
implementation 'com.fathzer:in-memory-table:0.0.1'
// https://jarcasting.com/artifacts/com.fathzer/in-memory-table/
implementation ("com.fathzer:in-memory-table:0.0.1")
'com.fathzer:in-memory-table:jar:0.0.1'
<dependency org="com.fathzer" name="in-memory-table" rev="0.0.1">
<artifact name="in-memory-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fathzer', module='in-memory-table', version='0.0.1')
)
libraryDependencies += "com.fathzer" % "in-memory-table" % "0.0.1"
[com.fathzer/in-memory-table "0.0.1"]