scijava-config
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-config</artifactId>
<version>2.0.2</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.scijava</groupId> <artifactId>pom-scijava</artifactId> <version>14.0.0</version> <relativePath /> </parent> <artifactId>scijava-config</artifactId> <version>2.0.2</version> <name>SciJava Configuration</name> <description>SciJava Configuration is a shared collection of files for SciJava software. It provides configuration files for common SciJava dependencies, such as logback and slf4j.</description> <url>https://github.com/scijava/scijava-config</url> <inceptionYear>2014</inceptionYear> <organization> <name>SciJava</name> <url>https://scijava.org/</url> </organization> <licenses> <license> <name>Simplified BSD License</name> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ctrueden</id> <name>Curtis Rueden</name> <url>http://imagej.net/User:Rueden</url> <roles> <role>founder</role> <role>lead</role> <role>developer</role> <role>debugger</role> <role>reviewer</role> <role>support</role> <role>maintainer</role> </roles> </developer> </developers> <contributors> <contributor> <name>Mark Hiner</name> <url>http://imagej.net/User:Hinerm</url> <roles><role>founder</role></roles> <properties><id>hinerm</id></properties> </contributor> </contributors> <mailingLists> <mailingList> <name>SciJava</name> <subscribe>https://groups.google.com/group/scijava</subscribe> <unsubscribe>https://groups.google.com/group/scijava</unsubscribe> <post>scijava@googlegroups.com</post> <archive>https://groups.google.com/group/scijava</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:git://github.com/scijava/scijava-config</connection> <developerConnection>scm:git:git@github.com:scijava/scijava-config</developerConnection> <tag>scijava-config-2.0.2</tag> <url>https://github.com/scijava/scijava-config</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/scijava/scijava-config/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/scijava/scijava-config</url> </ciManagement> <properties> <package-name>org.scijava.config</package-name> <license.licenseName>bsd_2</license.licenseName> <license.copyrightOwners>Board of Regents of the University of Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners> <license.projectName>SciJava Configuration bundle for SciJava software.</license.projectName> </properties> <repositories> <repository> <id>imagej.public</id> <url>http://maven.imagej.net/content/groups/public</url> </repository> </repositories> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> <scope>test</scope> </dependency> </dependencies> </project>