GroupId | GroupIdcom.github.bun133 |
---|---|
ArtifactId | ArtifactIdndhs |
Version | Version1.0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
ndhs-1.0.2.1.pom | |
ndhs-1.0.2.1.jar | 114 KB |
ndhs-1.0.2.1-sources.jar | 24 KB |
ndhs-1.0.2.1-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bun133/ndhs/ -->
<dependency>
<groupId>com.github.bun133</groupId>
<artifactId>ndhs</artifactId>
<version>1.0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bun133/ndhs/
implementation 'com.github.bun133:ndhs:1.0.2.1'
// https://jarcasting.com/artifacts/com.github.bun133/ndhs/
implementation ("com.github.bun133:ndhs:1.0.2.1")
'com.github.bun133:ndhs:jar:1.0.2.1'
<dependency org="com.github.bun133" name="ndhs" rev="1.0.2.1">
<artifact name="ndhs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bun133', module='ndhs', version='1.0.2.1')
)
libraryDependencies += "com.github.bun133" % "ndhs" % "1.0.2.1"
[com.github.bun133/ndhs "1.0.2.1"]