| GroupId | GroupIdio.github.redstoneboy0509 |
|---|---|
| ArtifactId | ArtifactIdJavaEZ |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| JavaEZ-1.0.pom | |
| JavaEZ-1.0.jar | 8 KB |
| JavaEZ-1.0-sources.jar | 11 KB |
| JavaEZ-1.0-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.redstoneboy0509/JavaEZ/ -->
<dependency>
<groupId>io.github.redstoneboy0509</groupId>
<artifactId>JavaEZ</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.redstoneboy0509/JavaEZ/
implementation 'io.github.redstoneboy0509:JavaEZ:1.0'
// https://jarcasting.com/artifacts/io.github.redstoneboy0509/JavaEZ/
implementation ("io.github.redstoneboy0509:JavaEZ:1.0")
'io.github.redstoneboy0509:JavaEZ:jar:1.0'
<dependency org="io.github.redstoneboy0509" name="JavaEZ" rev="1.0">
<artifact name="JavaEZ" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.redstoneboy0509', module='JavaEZ', version='1.0')
)
libraryDependencies += "io.github.redstoneboy0509" % "JavaEZ" % "1.0"
[io.github.redstoneboy0509/JavaEZ "1.0"]