Download trap-core-1.4.2.jar file - Jar t

Jar examples for t:trap-core

Description

Core Trap implementations, with abstract classes for transports. This project provides the base functionality of Trap, but serves no purpose without at least one transport project.

You can download jar file trap-core 1.4.2 in this page.

Build File

You can use the following script to add trap-core-1.4.2.jar to your project.

<dependency>
   <groupId>com.ericsson.research.trap</groupId>
   <artifactId>trap-core</artifactId>
   <version>1.4.2</version>
</dependency>
compile group: 'com.ericsson.research.trap', name: 'trap-core', version: '1.4.2'
libraryDependencies += "com.ericsson.research.trap" % "trap-core" % "1.4.2"
<dependency org="com.ericsson.research.trap" name="trap-core" rev="1.4.2"/>
@Grapes(@Grab(group='com.ericsson.research.trap', module='trap-core', version='1.4.2'))
'com.ericsson.research.trap:trap-core:jar:1.4.2'

Download

Click the following link to download the jar file.

trap-core-1.4.2-javadoc.jar
trap-core-1.4.2-sources.jar
trap-core-1.4.2.jar
trap-core-1.4.2.pom



Related Tutorials