GroupId | GroupIdorg.apache.kylin |
---|---|
ArtifactId | ArtifactIdkylin-core-storage |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
kylin-core-storage-3.1.2.pom | |
kylin-core-storage-3.1.2.jar | 103 KB |
kylin-core-storage-3.1.2-tests.jar | 39 KB |
kylin-core-storage-3.1.2-sources.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.kylin/kylin-core-storage/ -->
<dependency>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin-core-storage</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kylin/kylin-core-storage/
implementation 'org.apache.kylin:kylin-core-storage:3.1.2'
// https://jarcasting.com/artifacts/org.apache.kylin/kylin-core-storage/
implementation ("org.apache.kylin:kylin-core-storage:3.1.2")
'org.apache.kylin:kylin-core-storage:jar:3.1.2'
<dependency org="org.apache.kylin" name="kylin-core-storage" rev="3.1.2">
<artifact name="kylin-core-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kylin', module='kylin-core-storage', version='3.1.2')
)
libraryDependencies += "org.apache.kylin" % "kylin-core-storage" % "3.1.2"
[org.apache.kylin/kylin-core-storage "3.1.2"]