cedar-build
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-build</artifactId>
<version>0.9.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.googlecode.cedar-common</groupId>
<artifactId>cedar-build</artifactId>
<version>0.9.8</version>
<name>Cedar Build Functionality</name>
<description>Gradle plugins and other functionality for use with a standardized build process.</description>
<url>https://code.google.com/p/cedar-common/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pronovic</id>
<name>Kenneth J. Pronovici</name>
<email>pronovic@ieee.org</email>
</developer>
</developers>
<scm>
<connection>scm:hg:https://code.google.com/p/cedar-common.build/</connection>
<developerConnection>scm:hg:https://code.google.com/p/cedar-common.build/</developerConnection>
<url>scm:hg:https://code.google.com/p/cedar-common.build/</url>
</scm>
<dependencies>
<dependency>
<groupId>io.fastjson</groupId>
<artifactId>boon</artifactId>
<version>0.33</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.javancss</groupId>
<artifactId>javancss</artifactId>
<version>32.53</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>gradle-appengine-plugin</artifactId>
<version>1.9.23</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>