Download tracee-api-0.9.0.jar file - Jar t

Jar examples for t:tracee-api

Description

Please refer to https://github.com/holisticon/tracee.

You can download jar file tracee-api 0.9.0 in this page.

Build File

You can use the following script to add tracee-api-0.9.0.jar to your project.

<dependency>
   <groupId>io.tracee</groupId>
   <artifactId>tracee-api</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'io.tracee', name: 'tracee-api', version: '0.9.0'
libraryDependencies += "io.tracee" % "tracee-api" % "0.9.0"
<dependency org="io.tracee" name="tracee-api" rev="0.9.0"/>
@Grapes(@Grab(group='io.tracee', module='tracee-api', version='0.9.0'))
'io.tracee:tracee-api:jar:0.9.0'

Download

Click the following link to download the jar file.

tracee-api-0.9.0-javadoc.jar
tracee-api-0.9.0-sources.jar
tracee-api-0.9.0.jar
tracee-api-0.9.0.pom



Related Tutorials