License |
License |
---|---|
GroupId | GroupIdorg.apache.apex |
ArtifactId | ArtifactIdapex |
Version | Version3.7.0 |
Type | Typepom |
Description |
DescriptionApache Apex
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 URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apex-3.7.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.apex/apex/ -->
<dependency>
<groupId>org.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.apex/apex/
implementation 'org.apache.apex:apex:3.7.0'
// https://jarcasting.com/artifacts/org.apache.apex/apex/
implementation ("org.apache.apex:apex:3.7.0")
'org.apache.apex:apex:pom:3.7.0'
<dependency org="org.apache.apex" name="apex" rev="3.7.0">
<artifact name="apex" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.apex', module='apex', version='3.7.0')
)
libraryDependencies += "org.apache.apex" % "apex" % "3.7.0"
[org.apache.apex/apex "3.7.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
pl.pragmatists : JUnitParams | jar | 1.0.4 |