Last Version

jagent 1.0.2

This java agent override the java.net.InetAddres#getLocalHost() address to always return 127.0.0.1. To run this tools, add the jagent-*.jar as a -javaagent and make sure that asm-*.jar is part of the classpath (as in java -javaagent:./target/jagent-1.0.0.jar -cp ~/.m2/repository/asm/asm/3.2/asm-3.2.jar:./target/jagent-1.0.0-tests.jar com.jolira.jagent.MainTest)

License

License

GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

jagent
Version

Version

1.0.2
Type

Type

jar
Description

Description

jagent
This java agent override the java.net.InetAddres#getLocalHost() address to always return 127.0.0.1. To run this tools, add the jagent-*.jar as a -javaagent and make sure that asm-*.jar is part of the classpath (as in java -javaagent:./target/jagent-1.0.0.jar -cp ~/.m2/repository/asm/asm/3.2/asm-3.2.jar:./target/jagent-1.0.0-tests.jar com.jolira.jagent.MainTest)
Project URL

Project URL

http://maven.apache.org

Download jagent 1.0.2


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

Dependencies

compile (1)

Group / Artifact Type Version
asm : asm jar 3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.