| GroupId | GroupIdio.github.noahshen |
|---|---|
| ArtifactId | ArtifactIdnagrand |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nagrand-0.0.2.pom | |
| nagrand-0.0.2.jar | 306 KB |
| nagrand-0.0.2-sources.jar | 40 KB |
| nagrand-0.0.2-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.noahshen/nagrand/ -->
<dependency>
<groupId>io.github.noahshen</groupId>
<artifactId>nagrand</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.noahshen/nagrand/
implementation 'io.github.noahshen:nagrand:0.0.2'
// https://jarcasting.com/artifacts/io.github.noahshen/nagrand/
implementation ("io.github.noahshen:nagrand:0.0.2")
'io.github.noahshen:nagrand:jar:0.0.2'
<dependency org="io.github.noahshen" name="nagrand" rev="0.0.2">
<artifact name="nagrand" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.noahshen', module='nagrand', version='0.0.2')
)
libraryDependencies += "io.github.noahshen" % "nagrand" % "0.0.2"
[io.github.noahshen/nagrand "0.0.2"]