GroupId | GroupIdcom.github.jeffreyning |
---|---|
ArtifactId | ArtifactIdnh-micro-nhs |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
nh-micro-nhs-1.0.1-RELEASE.pom | |
nh-micro-nhs-1.0.1-RELEASE.jar | 75 KB |
nh-micro-nhs-1.0.1-RELEASE-sources.jar | 41 KB |
nh-micro-nhs-1.0.1-RELEASE-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-nhs/ -->
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>nh-micro-nhs</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-nhs/
implementation 'com.github.jeffreyning:nh-micro-nhs:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-nhs/
implementation ("com.github.jeffreyning:nh-micro-nhs:1.0.1-RELEASE")
'com.github.jeffreyning:nh-micro-nhs:jar:1.0.1-RELEASE'
<dependency org="com.github.jeffreyning" name="nh-micro-nhs" rev="1.0.1-RELEASE">
<artifact name="nh-micro-nhs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='nh-micro-nhs', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "nh-micro-nhs" % "1.0.1-RELEASE"
[com.github.jeffreyning/nh-micro-nhs "1.0.1-RELEASE"]