GroupId | GroupIdorg.apache.apex |
---|---|
ArtifactId | ArtifactIdapex-common |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
apex-common-3.4.0.pom | |
apex-common-3.4.0.jar | 58 KB |
apex-common-3.4.0-sources.jar | 44 KB |
apex-common-3.4.0-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.apex/apex-common/ -->
<dependency>
<groupId>org.apache.apex</groupId>
<artifactId>apex-common</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.apex/apex-common/
implementation 'org.apache.apex:apex-common:3.4.0'
// https://jarcasting.com/artifacts/org.apache.apex/apex-common/
implementation ("org.apache.apex:apex-common:3.4.0")
'org.apache.apex:apex-common:jar:3.4.0'
<dependency org="org.apache.apex" name="apex-common" rev="3.4.0">
<artifact name="apex-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.apex', module='apex-common', version='3.4.0')
)
libraryDependencies += "org.apache.apex" % "apex-common" % "3.4.0"
[org.apache.apex/apex-common "3.4.0"]