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