Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37909507
en ru br
ALT Linux repos
S:3.1.7-alt1_3jpp11
5.0: 2.5.11-alt1_1jpp1.7
4.1: 2.5.11-alt1_1jpp1.7
4.0: 2.5.11-alt1_1jpp1.7

Group :: Development/Java
RPM: janino

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino-parent</artifactId>
<version>2.6.1</version>
</parent>

<artifactId>commons-compiler</artifactId>

<name>Commons Compiler</name>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin