is not current version
Last Version 1.0.2

com.jolira:jagent 1.0.0

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)

GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

jagent
Version

Version

1.0.0
Type

Type

jar

Download jagent 1.0.0


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