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