| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.exp-blog | 
    
| ArtifactId | ArtifactIdjvm-agent | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjvm-agent 
            JVM Agent 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jvm-agent-1.0.0.pom | |
| jvm-agent-1.0.0.jar | 3 KB | 
| jvm-agent-1.0.0-sources.jar | 3 KB | 
| jvm-agent-1.0.0-javadoc.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.exp-blog/jvm-agent/ -->
<dependency>
    <groupId>com.exp-blog</groupId>
    <artifactId>jvm-agent</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.exp-blog/jvm-agent/
implementation 'com.exp-blog:jvm-agent:1.0.0'
                // https://jarcasting.com/artifacts/com.exp-blog/jvm-agent/
implementation ("com.exp-blog:jvm-agent:1.0.0")
                'com.exp-blog:jvm-agent:jar:1.0.0'
                <dependency org="com.exp-blog" name="jvm-agent" rev="1.0.0">
  <artifact name="jvm-agent" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.exp-blog', module='jvm-agent', version='1.0.0')
)
                libraryDependencies += "com.exp-blog" % "jvm-agent" % "1.0.0"
                [com.exp-blog/jvm-agent "1.0.0"]