GroupId | GroupIdcom.github.jeffreyning |
---|---|
ArtifactId | ArtifactIdnhversion |
Version | Version1.2.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
nhversion-1.2.0-RELEASE.pom | |
nhversion-1.2.0-RELEASE.jar | 10 KB |
nhversion-1.2.0-RELEASE-sources.jar | 5 KB |
nhversion-1.2.0-RELEASE-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nhversion/ -->
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>nhversion</artifactId>
<version>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/nhversion/
implementation 'com.github.jeffreyning:nhversion:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/nhversion/
implementation ("com.github.jeffreyning:nhversion:1.2.0-RELEASE")
'com.github.jeffreyning:nhversion:jar:1.2.0-RELEASE'
<dependency org="com.github.jeffreyning" name="nhversion" rev="1.2.0-RELEASE">
<artifact name="nhversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='nhversion', version='1.2.0-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "nhversion" % "1.2.0-RELEASE"
[com.github.jeffreyning/nhversion "1.2.0-RELEASE"]