runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.crazydev22.slimjar</groupId>
<artifactId>runtime</artifactId>
<version>2.1.9</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>de.crazydev22.slimjar</groupId>
<artifactId>runtime</artifactId>
<version>2.1.9</version>
<name>SlimJar</name>
<description>A simple and robust runtime dependency manager for JVM languages.</description>
<url>https://github.com/CrazyDev05/slimjar</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>vshnv</id>
<name>Vaishnav Anil</name>
<email>vaishnavanil7th@gmail.com</email>
<roles>
<role>Project starter</role>
</roles>
</developer>
<developer>
<id>ipsk</id>
<name>Mateus Moreira</name>
<roles>
<role>Previous Maintainer</role>
</roles>
</developer>
<developer>
<id>Racci</id>
<name>James Draycott</name>
<email>racci@racci.dev</email>
<roles>
<role>Previous Maintainer</role>
</roles>
</developer>
<developer>
<id>CrazyDev05</id>
<name>Julian Krings</name>
<roles>
<role>MAINTAINER</role>
</roles>
</developer>
</developers>
<scm>
<connection>https://github.com/CrazyDev05/slimjar</connection>
<developerConnection>https://github.com/CrazyDev05/slimjar.git</developerConnection>
<url>https://github.com/CrazyDev05/slimjar</url>
</scm>
</project>