auto-valhalla-agent-attach
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.thunkware</groupId>
<artifactId>auto-valhalla-agent-attach</artifactId>
<version>0.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.thunkware</groupId>
<artifactId>auto-valhalla-agent-attach</artifactId>
<version>0.1.0</version>
<name>auto-valhalla agent attach</name>
<description>Attaches the auto-valhalla agent to an already running JVM</description>
<url>https://github.com/thunkware/auto-valhalla.git</url>
<inceptionYear>2026</inceptionYear>
<organization>
<name>thunkware</name>
</organization>
<licenses>
<license>
<name>Apache 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>manual</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<name>maxxedev</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/thunkware/auto-valhalla.git</connection>
<developerConnection>scm:git:https://github.com/thunkware/auto-valhalla.git</developerConnection>
<tag>auto-valhalla-0.1.0</tag>
<url>https://github.com/thunkware/auto-valhalla</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.thunkware</groupId>
<artifactId>auto-valhalla-agent</artifactId>
<version>0.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>