GroupId | GroupIdcom.github.bun133 |
---|---|
ArtifactId | ArtifactIdnngraphics |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
nngraphics-1.0.15.pom | |
nngraphics-1.0.15.jar | 60 KB |
nngraphics-1.0.15-sources.jar | 7 KB |
nngraphics-1.0.15-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bun133/nngraphics/ -->
<dependency>
<groupId>com.github.bun133</groupId>
<artifactId>nngraphics</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bun133/nngraphics/
implementation 'com.github.bun133:nngraphics:1.0.15'
// https://jarcasting.com/artifacts/com.github.bun133/nngraphics/
implementation ("com.github.bun133:nngraphics:1.0.15")
'com.github.bun133:nngraphics:jar:1.0.15'
<dependency org="com.github.bun133" name="nngraphics" rev="1.0.15">
<artifact name="nngraphics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bun133', module='nngraphics', version='1.0.15')
)
libraryDependencies += "com.github.bun133" % "nngraphics" % "1.0.15"
[com.github.bun133/nngraphics "1.0.15"]