| License |
License |
|---|---|
| GroupId | GroupIdcom.pingcap.tispark |
| ArtifactId | ArtifactIdtispark-parent |
| Version | Version2.5.0-rc.1 |
| Type | Typepom |
| Description |
DescriptionTiSpark Project Parent POM
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project Organization |
Project OrganizationPingCAP |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tispark-parent-2.5.0-rc.1.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pingcap.tispark/tispark-parent/ -->
<dependency>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>2.5.0-rc.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pingcap.tispark/tispark-parent/
implementation 'com.pingcap.tispark:tispark-parent:2.5.0-rc.1'
// https://jarcasting.com/artifacts/com.pingcap.tispark/tispark-parent/
implementation ("com.pingcap.tispark:tispark-parent:2.5.0-rc.1")
'com.pingcap.tispark:tispark-parent:pom:2.5.0-rc.1'
<dependency org="com.pingcap.tispark" name="tispark-parent" rev="2.5.0-rc.1">
<artifact name="tispark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pingcap.tispark', module='tispark-parent', version='2.5.0-rc.1')
)
libraryDependencies += "com.pingcap.tispark" % "tispark-parent" % "2.5.0-rc.1"
[com.pingcap.tispark/tispark-parent "2.5.0-rc.1"]