dependency
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>pro.juxt.clojars-mirrors.com.stuartsierra</groupId> <artifactId>dependency</artifactId> <version>1.0.0</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> <groupId>pro.juxt.clojars-mirrors.com.stuartsierra</groupId> <artifactId>dependency</artifactId> <packaging>jar</packaging> <version>1.0.0</version> <name>dependency</name> <description>A data structure for representing dependency graphs (mirrored from Clojars by JUXT)</description> <url>https://github.com/stuartsierra/dependency</url> <licenses> <license> <name>Eclipse Public License</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> </license> </licenses> <scm> <url>https://github.com/juxt/clojars-mirrors</url> <connection>scm:git:git://github.com/juxt/clojars-mirrors.git</connection> <developerConnection>scm:git:ssh://git@github.com/juxt/clojars-mirrors.git</developerConnection> <tag>18c4c95a6de6a77b93325130609117378de2212d</tag> </scm> <build> <sourceDirectory>target/srcdeps</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> <resources> <resource> <directory>resources</directory> </resource> </resources> <testResources> <testResource> <directory>resources</directory> </testResource> </testResources> <directory>target</directory> <outputDirectory>target/classes</outputDirectory> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.7</version> <executions> <execution> <id>add-source</id> <phase>generate-sources</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>src</source> </sources> </configuration> </execution> </executions> </plugin> </plugins> </build> <repositories> <repository> <id>central</id> <url>https://repo1.maven.org/maven2/</url> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> <repository> <id>clojars</id> <url>https://repo.clojars.org/</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> </repositories> <dependencyManagement> <dependencies/> </dependencyManagement> <dependencies/> <developers> <developer> <id>stuartsierra</id> <name>Stuart Sierra</name> </developer> </developers> </project> <!-- This file was autogenerated by Leiningen. Please do not edit it directly; instead edit project.clj and regenerate it. It should not be considered canonical data. For more information see https://github.com/technomancy/leiningen -->