| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcn.nkpro.elcube |
| ArtifactId | ArtifactIdbigdata |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bigdata-2.0.1.pom | |
| bigdata-2.0.1.jar | 47 KB |
| bigdata-2.0.1-sources.jar | 29 KB |
| bigdata-2.0.1-javadoc.jar | 239 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.nkpro.elcube/bigdata/ -->
<dependency>
<groupId>cn.nkpro.elcube</groupId>
<artifactId>bigdata</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.nkpro.elcube/bigdata/
implementation 'cn.nkpro.elcube:bigdata:2.0.1'
// https://jarcasting.com/artifacts/cn.nkpro.elcube/bigdata/
implementation ("cn.nkpro.elcube:bigdata:2.0.1")
'cn.nkpro.elcube:bigdata:jar:2.0.1'
<dependency org="cn.nkpro.elcube" name="bigdata" rev="2.0.1">
<artifact name="bigdata" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.nkpro.elcube', module='bigdata', version='2.0.1')
)
libraryDependencies += "cn.nkpro.elcube" % "bigdata" % "2.0.1"
[cn.nkpro.elcube/bigdata "2.0.1"]