GroupId | GroupIdcom.github.jeffreyning |
---|---|
ArtifactId | ArtifactIdnhcache-db |
Version | Version0.0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
nhcache-db-0.0.2-RELEASE.pom | |
nhcache-db-0.0.2-RELEASE.jar | 7 KB |
nhcache-db-0.0.2-RELEASE-sources.jar | 3 KB |
nhcache-db-0.0.2-RELEASE-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nhcache-db/ -->
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>nhcache-db</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/nhcache-db/
implementation 'com.github.jeffreyning:nhcache-db:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/nhcache-db/
implementation ("com.github.jeffreyning:nhcache-db:0.0.2-RELEASE")
'com.github.jeffreyning:nhcache-db:jar:0.0.2-RELEASE'
<dependency org="com.github.jeffreyning" name="nhcache-db" rev="0.0.2-RELEASE">
<artifact name="nhcache-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='nhcache-db', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "nhcache-db" % "0.0.2-RELEASE"
[com.github.jeffreyning/nhcache-db "0.0.2-RELEASE"]