com.github.patwakeem.asm

Library for interacting with the Apica ASM API.

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.patwakeem
ArtifactId

ArtifactId

asm
Last Version

Last Version

2018.4.8
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.patwakeem.asm
Library for interacting with the Apica ASM API.
Project URL

Project URL

https://github.com/patwakeem/Asm
Source Code Management

Source Code Management

https://github.com/patwakeem/Asm/tree/master/

Download asm

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.patwakeem/asm/ -->
<dependency>
    <groupId>com.github.patwakeem</groupId>
    <artifactId>asm</artifactId>
    <version>2018.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.patwakeem/asm/
implementation 'com.github.patwakeem:asm:2018.4.8'
// https://jarcasting.com/artifacts/com.github.patwakeem/asm/
implementation ("com.github.patwakeem:asm:2018.4.8")
'com.github.patwakeem:asm:jar:2018.4.8'
<dependency org="com.github.patwakeem" name="asm" rev="2018.4.8">
  <artifact name="asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.patwakeem', module='asm', version='2018.4.8')
)
libraryDependencies += "com.github.patwakeem" % "asm" % "2018.4.8"
[com.github.patwakeem/asm "2018.4.8"]

Dependencies

compile (10)

Group / Artifact Type Version
io.reactivex.rxjava2 : rxjava jar 2.1.2
com.squareup.retrofit2 : adapter-rxjava2 jar 2.3.0
com.squareup.retrofit2 : retrofit jar 2.3.0
com.google.code.gson : gson jar 2.8.2
com.squareup.retrofit2 : converter-gson jar 2.3.0
com.squareup.okhttp3 : logging-interceptor jar 3.8.1
org.apache.httpcomponents : httpclient jar 4.3.6
org.apache.httpcomponents : httpasyncclient jar 4.0.2
org.apache.httpcomponents : httpmime jar 4.3.6
org.json : json jar 20140107

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
2018.4.8
2017.10.14