Download tracee-api-0.11.0.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/io.tracee/tracee-api/pom.properties
META-INF/maven/io.tracee/tracee-api/pom.xml
io.tracee.BackendProviderResolver.class
io.tracee.BackendProviderSet.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.configuration.TraceeFilterConfiguration.class
io.tracee.spi.TraceeBackendProvider.class

Pom

tracee-api-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-api</artifactId>
	<packaging>bundle</packaging>

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

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

	<dependencies>
		<dependency>
			<groupId>org.powermock</groupId>
			<artifactId>powermock-module-junit4</artifactId>
		</dependency>
		<dependency>
			<groupId>org.powermock</groupId>
			<artifactId>powermock-api-mockito</artifactId>
		</dependency>
	</dependencies>
</project>

POM Entry

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

Download

If you think the following tracee-api-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-api-0.11.0.jar file




PreviousNext

Related