jmspy-core

Library to record method invocations

License

License

GroupId

GroupId

com.github.dmgcodevil
ArtifactId

ArtifactId

jmspy-core
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

jmspy-core
Library to record method invocations
Project URL

Project URL

http://github.com/dmgcodevil/jmspy

Download jmspy-core

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
commons-collections : commons-collections jar 3.2.1
aopalliance : aopalliance jar 1.0
cglib : cglib jar 2.2.2
com.google.guava : guava jar 18.0
commons-beanutils : commons-beanutils jar 1.9.2
org.slf4j : slf4j-api jar 1.6.4
org.apache.commons : commons-lang3 jar 3.1

test (2)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
org.testng : testng jar 6.8.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.1.2
1.1.1
1.1.0
1.0.0