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