All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by javaagent with all dependencies

Search JAR files by class name

jetty-alpn-agent from group kr.motd.javaagent (version 1.0.1.Final)

Enables Jetty ALPN/NPN support via -javaagent JVM option

Group: kr.motd.javaagent Artifact: jetty-alpn-agent
Show all versions Show documentation Show source 
 

1 downloads
Artifact jetty-alpn-agent
Group kr.motd.javaagent
Version 1.0.1.Final
Last update 03. February 2016
Organization Trustin Heuiseung Lee
URL https://github.com/trustin/jetty-alpn-agent
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

timestamper from group net.anzix (version 1.0)

Modify output (with javaagent and maven extension) to prefix with timestamp

Group: net.anzix Artifact: timestamper
Show documentation Show source 
 

0 downloads
Artifact timestamper
Group net.anzix
Version 1.0
Last update 16. October 2011
Organization not specified
URL http://github.com/elek/timestamperagent
License GPLv3
Dependencies amount 2
Dependencies maven-compat, maven-core,
There are maybe transitive dependencies!

elastic-otel-agentextension from group co.elastic.otel (version 0.4.0)

Bundles all elastic extensions in a fat-jar to be used with the vanilla agent via the otel.javaagent.extensions config option

Group: co.elastic.otel Artifact: elastic-otel-agentextension
Show all versions Show documentation Show source 
 

0 downloads
Artifact elastic-otel-agentextension
Group co.elastic.otel
Version 0.4.0
Last update 11. June 2024
Organization not specified
URL https://github.com/elastic/elastic-otel-java
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

multiverse-alpha from group org.multiverse (version 0.6.2)

Contains an all in one jar that that contains the AlphaStm including the Multiverse Javaagent and the Multiverse Compiler. This is the JAR you want to include in your projects, if you do, you don't need to worry about any Multiverse dependency at all.

Group: org.multiverse Artifact: multiverse-alpha
Show all versions Show source 
 

1 downloads
Artifact multiverse-alpha
Group org.multiverse
Version 0.6.2
Last update 15. February 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fakereplace-google-collections from group org.fakereplace.fakereplace-google-collections (version 1.0.1.Final)

A copy of the google collections 1.0 library, with the package name changed to avoid conflicts, and with all logging removed to prevent logging problems that can occur when attempting to use JUL in a javaagent.

Group: org.fakereplace.fakereplace-google-collections Artifact: fakereplace-google-collections
Show documentation Show source 
 

30 downloads
Artifact fakereplace-google-collections
Group org.fakereplace.fakereplace-google-collections
Version 1.0.1.Final
Last update 12. May 2012
Organization not specified
URL http://fakereplace.org
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

chex4j-test from group net.sf.chex4j (version 1.0.2)

chex4j-core is a javaagent so testing it requires the built jar to be added to the jvm start options. Putting the tests in a separate module ensures that the core jar is available during the build time of the test module.

Group: net.sf.chex4j Artifact: chex4j-test
Show documentation Show source 
 

0 downloads
Artifact chex4j-test
Group net.sf.chex4j
Version 1.0.2
Last update 03. April 2011
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 4
Dependencies chex4j-core, junit, hamcrest-all, ant,
There are maybe transitive dependencies!

jagent from group com.jolira (version 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)

Group: com.jolira Artifact: jagent
Show all versions Show documentation Show source 
 

0 downloads
Artifact jagent
Group com.jolira
Version 1.0.2
Last update 04. June 2010
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 1
Dependencies asm,
There are maybe transitive dependencies!

lifecycle-static-weaving-maven-plugin from group net.imadz (version 0.9.2)

Lifecycle Weaver statically weaves application byte code at post compile time. After woven by this plugin, runtime bytecode manipulation won't be necessary, so the JVM argument -javaagent must not be specified with certain Lifecycle-version.jar any more.

Group: net.imadz Artifact: lifecycle-static-weaving-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact lifecycle-static-weaving-maven-plugin
Group net.imadz
Version 0.9.2
Last update 11. December 2017
Organization not specified
URL https://github.com/zhongdj/Lifecycle-StaticWeaver-maven-plugin
License CDDL + GPL
Dependencies amount 5
Dependencies maven-artifact, maven-plugin-api, maven-project, maven-model, maven-core,
There are maybe transitive dependencies!

chex4j from group net.sf.chex4j (version 1.0.2)

Chex4j allows you to document and enforce @pre and @post conditions of method calls with runtime class file instrumentation. Conditions run as fast as normal code. Chex4j runs as a class load time javaagent. Optionally the instrumented classes may be output to disk for deployment.

Group: net.sf.chex4j Artifact: chex4j
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chex4j
Group net.sf.chex4j
Version 1.0.2
Last update 03. April 2011
Organization not specified
URL http://chex4j.sourceforge.net/
License Eclipse Public License - v 1.0
Dependencies amount 1
Dependencies javassist,
There are maybe transitive dependencies!

multiverse-alpha-unborn from group org.multiverse (version 0.6.2)

Contains the main Multiverse STM Implementation: the Alpha Engine. The Alpha engine supports readonly and update transactions. It also supports the retry/or else mechanism. This not the jar you want to have in your final distribution because it isn't instrumented (hence the name unborn). The jar you eventually want to have in your distribution is the multiverse-alpha jar. What this package does, is test the instrumentation for the Javaagent. The compiletime instrumentation is tested in the multiverse-alpha package (where all tests are copied and reexecuted but now with compiletime instrumentation).

Group: org.multiverse Artifact: multiverse-alpha-unborn
Show all versions Show source 
 

0 downloads
Artifact multiverse-alpha-unborn
Group org.multiverse
Version 0.6.2
Last update 15. February 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies multiverse-core, multiverse-instrumentation, multiverse-instrumentation, asm-all,
There are maybe transitive dependencies!



Page 4 from 4 (items total 40)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy