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