| GroupId | GroupIdcom.github.zakgof |
|---|---|
| ArtifactId | ArtifactIdvelvetdb-core |
| Version | Version0.7.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| velvetdb-core-0.7.3.pom | |
| velvetdb-core-0.7.3.jar | 144 KB |
| velvetdb-core-0.7.3-tests.jar | 71 KB |
| velvetdb-core-0.7.3-sources.jar | 59 KB |
| velvetdb-core-0.7.3-javadoc.jar | 334 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zakgof/velvetdb-core/ -->
<dependency>
<groupId>com.github.zakgof</groupId>
<artifactId>velvetdb-core</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zakgof/velvetdb-core/
implementation 'com.github.zakgof:velvetdb-core:0.7.3'
// https://jarcasting.com/artifacts/com.github.zakgof/velvetdb-core/
implementation ("com.github.zakgof:velvetdb-core:0.7.3")
'com.github.zakgof:velvetdb-core:jar:0.7.3'
<dependency org="com.github.zakgof" name="velvetdb-core" rev="0.7.3">
<artifact name="velvetdb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zakgof', module='velvetdb-core', version='0.7.3')
)
libraryDependencies += "com.github.zakgof" % "velvetdb-core" % "0.7.3"
[com.github.zakgof/velvetdb-core "0.7.3"]