License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdorg.apache.skywalking |
ArtifactId | ArtifactIdapm-collector-configuration |
Last Version | Last Version5.0.0-GA |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe 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 |
---|---|
apm-collector-configuration-5.0.0-GA.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/apm-collector-configuration/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-collector-configuration</artifactId>
<version>5.0.0-GA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-collector-configuration/
implementation 'org.apache.skywalking:apm-collector-configuration:5.0.0-GA'
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-collector-configuration/
implementation ("org.apache.skywalking:apm-collector-configuration:5.0.0-GA")
'org.apache.skywalking:apm-collector-configuration:pom:5.0.0-GA'
<dependency org="org.apache.skywalking" name="apm-collector-configuration" rev="5.0.0-GA">
<artifact name="apm-collector-configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='apm-collector-configuration', version='5.0.0-GA')
)
libraryDependencies += "org.apache.skywalking" % "apm-collector-configuration" % "5.0.0-GA"
[org.apache.skywalking/apm-collector-configuration "5.0.0-GA"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.skywalking : apm-collector-core | jar | 5.0.0-GA |
org.apache.skywalking : apm-util | jar | 5.0.0-GA |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
org.apache.logging.log4j : log4j-core | jar | 2.9.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-module-junit4 | jar | 1.6.4 |
org.powermock : powermock-api-mockito | jar | 1.6.4 |