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