j

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)
http://maven.apache.org
Files download
File Operation
jagent-1.0.2.jar download
jagent-1.0.2.pom download
jagent-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jolira</groupId>
  <artifactId>jagent</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.jolira:jagent:1.0.2'
Gradle Kotlin
implementation("com.jolira:jagent:1.0.2")
Scala SBT
libraryDependencies += "com.jolira" % "jagent" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.jolira', module='jagent', version='1.0.2')
)
Apache Ivy
<dependency org="com.jolira" name="jagent" rev="1.0.2" />
Leiningen
[com.jolira/jagent "1.0.2"]
Apache Buildr
'com.jolira:jagent:jar:1.0.2'