MVN

com.jolira : jagent

Maven & Gradle

Jun 04, 2010

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)

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>jagent</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jolira : jagent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.jolira : jagent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jagent-1.0.2
jagent-1.0.1
jagent-1.0.0

How to add a dependency to Maven

Add the following com.jolira : jagent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>jagent</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jolira : jagent gradle dependency to your build.gradle file:

implementation 'com.jolira:jagent:1.0.2'

Gradle Kotlin DSL: Add the following com.jolira : jagent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jolira:jagent:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jolira : jagent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jolira" % "jagent" % "1.0.2"

Advertisement

Dependencies from Group

Apr 02, 2011
6 usages
Mar 31, 2010
5 usages
Apr 02, 2011
4 usages
Dec 18, 2011
3 usages
3 stars
Apr 04, 2012
3 usages
0 stars

Discover Dependencies

Jul 26, 2012
9 stars
May 26, 2014
0 stars
Oct 23, 2014
0 stars
Aug 15, 2014
0 stars
May 26, 2014
2 usages
0 stars
May 26, 2014
2 usages
0 stars
Jan 06, 2015
7 stars
Aug 20, 2014
8 stars