License |
License |
---|---|
GroupId | GroupIdorg.apache.apex |
ArtifactId | ArtifactIdapex-api |
Version | Version3.7.0 |
Type | Typejar |
Description |
DescriptionApache Apex API
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 Organization |
Filename | Size |
---|---|
apex-api-3.7.0.pom | |
apex-api-3.7.0.jar | 102 KB |
apex-api-3.7.0-sources.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.apex/apex-api/ -->
<dependency>
<groupId>org.apache.apex</groupId>
<artifactId>apex-api</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.apex/apex-api/
implementation 'org.apache.apex:apex-api:3.7.0'
// https://jarcasting.com/artifacts/org.apache.apex/apex-api/
implementation ("org.apache.apex:apex-api:3.7.0")
'org.apache.apex:apex-api:jar:3.7.0'
<dependency org="org.apache.apex" name="apex-api" rev="3.7.0">
<artifact name="apex-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.apex', module='apex-api', version='3.7.0')
)
libraryDependencies += "org.apache.apex" % "apex-api" % "3.7.0"
[org.apache.apex/apex-api "3.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | jar | 2.6.0 |
com.datatorrent : netlet | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
pl.pragmatists : JUnitParams | jar | 1.0.4 |