cup_runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.jflex</groupId>
<artifactId>cup_runtime</artifactId>
<version>11b-20160615</version>
</dependency><?xml version="1.0"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>cup_runtime</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>de.jflex</groupId>
<artifactId>cup-parent</artifactId>
<version>11b-20160615</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>CUP runtime</name>
<inceptionYear>1998</inceptionYear>
<description>
A copy of the Java CUP runtime.
CUP is a LALR parser generator for Java.
</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>7</source>
<target>7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>