| GroupId | GroupIdcom.github.jeffreyning | 
    
|---|---|
| ArtifactId | ArtifactIdnhcache-base | 
    
| Version | Version0.0.1-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nhcache-base/ -->
<dependency>
    <groupId>com.github.jeffreyning</groupId>
    <artifactId>nhcache-base</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.jeffreyning/nhcache-base/
implementation 'com.github.jeffreyning:nhcache-base:0.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.github.jeffreyning/nhcache-base/
implementation ("com.github.jeffreyning:nhcache-base:0.0.1-RELEASE")
                'com.github.jeffreyning:nhcache-base:jar:0.0.1-RELEASE'
                <dependency org="com.github.jeffreyning" name="nhcache-base" rev="0.0.1-RELEASE">
  <artifact name="nhcache-base" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.jeffreyning', module='nhcache-base', version='0.0.1-RELEASE')
)
                libraryDependencies += "com.github.jeffreyning" % "nhcache-base" % "0.0.1-RELEASE"
                [com.github.jeffreyning/nhcache-base "0.0.1-RELEASE"]