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