| GroupId | GroupIdio.github.drewlakee |
|---|---|
| ArtifactId | ArtifactIddiscojx |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| discojx-1.0.0.pom | |
| discojx-1.0.0.jar | 3 MB |
| discojx-1.0.0-sources.jar | 237 KB |
| discojx-1.0.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.drewlakee/discojx/ -->
<dependency>
<groupId>io.github.drewlakee</groupId>
<artifactId>discojx</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.drewlakee/discojx/
implementation 'io.github.drewlakee:discojx:1.0.0'
// https://jarcasting.com/artifacts/io.github.drewlakee/discojx/
implementation ("io.github.drewlakee:discojx:1.0.0")
'io.github.drewlakee:discojx:jar:1.0.0'
<dependency org="io.github.drewlakee" name="discojx" rev="1.0.0">
<artifact name="discojx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.drewlakee', module='discojx', version='1.0.0')
)
libraryDependencies += "io.github.drewlakee" % "discojx" % "1.0.0"
[io.github.drewlakee/discojx "1.0.0"]