instrument

The Android integration library for Traceguide http://github.com/traceguide/api-android

License

License

Categories

Categories

IDE Development Tools GUI User Interface
GroupId

GroupId

io.traceguide
ArtifactId

ArtifactId

api-android
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

instrument
The Android integration library for Traceguide http://github.com/traceguide/api-android
Project URL

Project URL

https://github.com/traceguide/api-android
Source Code Management

Source Code Management

http://github.com/traceguide/api-android

Download api-android

How to add to project

<!-- https://jarcasting.com/artifacts/io.traceguide/api-android/ -->
<dependency>
    <groupId>io.traceguide</groupId>
    <artifactId>api-android</artifactId>
    <version>1.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.traceguide/api-android/
implementation 'io.traceguide:api-android:1.0.2'
// https://jarcasting.com/artifacts/io.traceguide/api-android/
implementation ("io.traceguide:api-android:1.0.2")
'io.traceguide:api-android:aar:1.0.2'
<dependency org="io.traceguide" name="api-android" rev="1.0.2">
  <artifact name="api-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.traceguide', module='api-android', version='1.0.2')
)
libraryDependencies += "io.traceguide" % "api-android" % "1.0.2"
[io.traceguide/api-android "1.0.2"]

Dependencies

compile (13)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.5.8
junit : junit jar 4.12
org.apache.httpcomponents : httpcore jar 4.2.4
commons-codec : commons-codec jar 1.6
com.android.support » appcompat-v7 jar 21.0.3
javax.annotation : javax.annotation-api jar 1.2
org.apache.thrift : libthrift jar 0.9.2
com.fasterxml.jackson.core : jackson-core jar 2.6.0
javax.servlet : servlet-api jar 2.5
com.fasterxml.jackson.core : jackson-databind jar 2.6.0
org.slf4j : slf4j-api jar 1.5.8
com.fasterxml.jackson.core : jackson-annotations jar 2.6.0
log4j : log4j jar 1.2.14

Project Modules

There are no modules declared in this project.

The Traceguide Android Integration Library

An example app/build.gradle snippet:

dependencies {
    compile 'io.traceguide:api-android:1.0.2'
}

Versions

Version
1.0.2
1.0.1
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1