o

odbogm-agent

ODBOGM Agent instrument class at runtime to detect dirty object.
https://github.com/mdre/odbogm-agent
The Apache License, Version 2.0
Marcelo D. RE
Files download
File Operation
odbogm-agent-1.1.1.jar download
odbogm-agent-1.1.1.pom download
odbogm-agent-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mdre</groupId>
  <artifactId>odbogm-agent</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.mdre:odbogm-agent:1.1.1'
Gradle Kotlin
implementation("com.github.mdre:odbogm-agent:1.1.1")
Scala SBT
libraryDependencies += "com.github.mdre" % "odbogm-agent" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mdre', module='odbogm-agent', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.mdre" name="odbogm-agent" rev="1.1.1" />
Leiningen
[com.github.mdre/odbogm-agent "1.1.1"]
Apache Buildr
'com.github.mdre:odbogm-agent:jar:1.1.1'