Download tracee-core-0.11.0.jar file

Introduction

You can download tracee-core-0.11.0.jar in this page.

License

Open Source

Type List

tracee-core-0.11.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.tracee/tracee-core/pom.properties
META-INF/maven/io.tracee/tracee-core/pom.xml
META-INF/tracee.default.properties
io.tracee.BackendProviderResolver.class
io.tracee.BackendProviderSet.class
io.tracee.MDCLikeTraceeBackend.class
io.tracee.ThreadLocalHashSet.class
io.tracee.ThreadLocalRandom.class
io.tracee.Tracee.class
io.tracee.TraceeBackend.class
io.tracee.TraceeConstants.class
io.tracee.TraceeException.class
io.tracee.TraceeLogger.class
io.tracee.TraceeLoggerFactory.class
io.tracee.Utilities.class
io.tracee.configuration.PropertiesBasedTraceeFilterConfiguration.class
io.tracee.configuration.PropertyChain.class
io.tracee.configuration.TraceeFilterConfiguration.class
io.tracee.configuration.TraceePropertiesFileLoader.class
io.tracee.transport.HttpHeaderTransport.class
io.tracee.transport.SoapHeaderTransport.class
io.tracee.transport.jaxb.TpicMap.class
io.tracee.transport.jaxb.package-info.class

Pom

tracee-core-0.11.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <artifactId>tracee-core</artifactId>
    <packaging>bundle</packaging>

    <parent>
        <groupId>io.tracee</groupId>
        <artifactId>tracee-parent</artifactId>
        <version>0.11.0</version>
    </parent>

    <name>tracee-core</name>
    <description>Please refer to https://github.com/tracee/tracee.</description>

    <dependencies>
        <dependency>
            <groupId>io.tracee</groupId>
            <artifactId>tracee-api</artifactId>
            <version>0.11.0</version>
        </dependency>
		<dependency>
			<groupId>io.tracee</groupId>
			<artifactId>tracee-testhelper</artifactId>
		</dependency>
		<dependency>
			<groupId>nl.jqno.equalsverifier</groupId>
			<artifactId>equalsverifier</artifactId>
		</dependency>
		<dependency>
			<groupId>com.carrotsearch</groupId>
			<artifactId>junit-benchmarks</artifactId>
		</dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.tracee</groupId>
   <artifactId>tracee-core</artifactId>
   <version>0.11.0</version>
</dependency>

Download

If you think the following tracee-core-0.11.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download tracee-core-0.11.0.jar file




PreviousNext

Related