| GroupId | GroupIdio.github.ulitol97 |
|---|---|
| ArtifactId | ArtifactIdcomet_3 |
| Version | Version0.1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| comet_3-0.1.6.pom | |
| comet_3-0.1.6.jar | 244 KB |
| comet_3-0.1.6-tests-javadoc.jar | 1 MB |
| comet_3-0.1.6-sources.jar | 31 KB |
| comet_3-0.1.6-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ulitol97/comet_3/ -->
<dependency>
<groupId>io.github.ulitol97</groupId>
<artifactId>comet_3</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ulitol97/comet_3/
implementation 'io.github.ulitol97:comet_3:0.1.6'
// https://jarcasting.com/artifacts/io.github.ulitol97/comet_3/
implementation ("io.github.ulitol97:comet_3:0.1.6")
'io.github.ulitol97:comet_3:jar:0.1.6'
<dependency org="io.github.ulitol97" name="comet_3" rev="0.1.6">
<artifact name="comet_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ulitol97', module='comet_3', version='0.1.6')
)
libraryDependencies += "io.github.ulitol97" % "comet_3" % "0.1.6"
[io.github.ulitol97/comet_3 "0.1.6"]