GroupId | GroupIdcom.ebiznext |
---|---|
ArtifactId | ArtifactIdcomet_2.12 |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
comet_2.12-0.1.7.pom | |
comet_2.12-0.1.7.jar | 1 MB |
comet_2.12-0.1.7-sources.jar | 178 KB |
comet_2.12-0.1.7-javadoc.jar | 2 MB |
comet_2.12-0.1.7-assembly.jar | 96 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ebiznext/comet_2.12/ -->
<dependency>
<groupId>com.ebiznext</groupId>
<artifactId>comet_2.12</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.ebiznext/comet_2.12/
implementation 'com.ebiznext:comet_2.12:0.1.7'
// https://jarcasting.com/artifacts/com.ebiznext/comet_2.12/
implementation ("com.ebiznext:comet_2.12:0.1.7")
'com.ebiznext:comet_2.12:jar:0.1.7'
<dependency org="com.ebiznext" name="comet_2.12" rev="0.1.7">
<artifact name="comet_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ebiznext', module='comet_2.12', version='0.1.7')
)
libraryDependencies += "com.ebiznext" % "comet_2.12" % "0.1.7"
[com.ebiznext/comet_2.12 "0.1.7"]