luna-runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.classdump.luna</groupId>
<artifactId>luna-runtime</artifactId>
<version>0.4.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.classdump.luna</groupId>
<artifactId>luna-parent</artifactId>
<version>0.4.1</version>
</parent>
<artifactId>luna-runtime</artifactId>
<packaging>jar</packaging>
<name>Luna Runtime</name>
<description>Luna Runtime</description>
<url>https://github.com/kroepke/luna/</url>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Miroslav Janíček</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/kroepke/luna.git</connection>
<url>https://github.com/kroepke/luna/tree/master</url>
<tag>v0.4.1</tag>
</scm>
<dependencies>
</dependencies>
</project>