License |
License |
---|---|
GroupId | GroupIdcom.jolira |
ArtifactId | ArtifactIdjagent |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionjagent
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 |
Filename | Size |
---|---|
jagent-1.0.2.pom | |
jagent-1.0.2.jar | 5 KB |
jagent-1.0.2-tests.jar | 3 KB |
jagent-1.0.2-sources.jar | 2 KB |
jagent-1.0.2-javadoc.jar | 23 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
asm : asm | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |