relauncher-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.juanmuscaria</groupId>
<artifactId>relauncher-core</artifactId>
<version>1.0.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>com.juanmuscaria</groupId>
<artifactId>relauncher-core</artifactId>
<version>1.0.0</version>
<name>Relauncher Core</name>
<description>Platform-agnostic JVM relaunch library</description>
<url>https://github.com/juanmuscaria/relauncher</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>Mozilla Public License 2.0</name>
<url>https://www.mozilla.org/en-US/MPL/2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>juanmuscaria</id>
<name>Juan</name>
<email>contact@juanmuscaria.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git:github.com/juanmuscaria/relauncher.git</connection>
<developerConnection>scm:git:ssh:github.com/juanmuscaria/relauncher.git</developerConnection>
<url>https://github.com/juanmuscaria/relauncher</url>
</scm>
</project>