| GroupId | GroupIdio.github.ulitol97 |
|---|---|
| ArtifactId | ArtifactIdcomet_3 |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| comet_3-0.1.3.pom | |
| comet_3-0.1.3.jar | 242 KB |
| comet_3-0.1.3-tests-javadoc.jar | 1 MB |
| comet_3-0.1.3-sources.jar | 30 KB |
| comet_3-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ulitol97/comet_3/
implementation 'io.github.ulitol97:comet_3:0.1.3'
// https://jarcasting.com/artifacts/io.github.ulitol97/comet_3/
implementation ("io.github.ulitol97:comet_3:0.1.3")
'io.github.ulitol97:comet_3:jar:0.1.3'
<dependency org="io.github.ulitol97" name="comet_3" rev="0.1.3">
<artifact name="comet_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ulitol97', module='comet_3', version='0.1.3')
)
libraryDependencies += "io.github.ulitol97" % "comet_3" % "0.1.3"
[io.github.ulitol97/comet_3 "0.1.3"]