Download tools.nrepl-0.2.6.jar file

Introduction

You can download tools.nrepl-0.2.6.jar in this page.

License

Open Source

Type List

tools.nrepl-0.2.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.clojure/tools.nrepl/pom.properties
META-INF/maven/org.clojure/tools.nrepl/pom.xml
clojure.tools.nrepl.Connection.class
clojure.tools.nrepl.StdOutBuffer.class
clojure.tools.nrepl.main.class
clojure/tools/nrepl.clj
clojure/tools/nrepl/ack.clj
clojure/tools/nrepl/bencode.clj
clojure/tools/nrepl/cmdline.clj
clojure/tools/nrepl/helpers.clj
clojure/tools/nrepl/middleware.clj
clojure/tools/nrepl/middleware/interruptible_eval.clj
clojure/tools/nrepl/middleware/load_file.clj
clojure/tools/nrepl/middleware/pr_values.clj
clojure/tools/nrepl/middleware/session.clj
clojure/tools/nrepl/misc.clj
clojure/tools/nrepl/server.clj
clojure/tools/nrepl/transport.clj
clojure/tools/nrepl/version.txt

Pom

tools.nrepl-0.2.6.pom file content.

<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>
    <artifactId>tools.nrepl</artifactId>
    <version>0.2.6</version>
    <name>nREPL</name>

    <parent>
        <groupId>org.clojure</groupId>
        <artifactId>pom.contrib</artifactId>
        <version>0.1.2</version>
    </parent>

    <developers>
        <developer>
            <name>Chas Emerick</name>
            <url>http://cemerick.com</url>
            <email>cemerick@snowtide.com</email>
            <timezone>-5</timezone>
        </developer>
    </developers>
    
    <scm>
        <connection>scm:git:git@github.com:clojure/tools.nrepl.git</connection>
        <developerConnection>scm:git:git@github.com:clojure/tools.nrepl.git</developerConnection>
        <url>git@github.com:clojure/tools.nrepl.git</url>
      <tag>tools.nrepl-0.2.6</tag>
  </scm>

    <properties>
        <clojure.version>1.2.0</clojure.version>
    </properties>

    <dependencies>
      <dependency>
        <groupId>org.clojure</groupId>
        <artifactId>tools.logging</artifactId>
        <version>0.2.3</version>
        <optional>true</optional>
      </dependency>
    </dependencies>

    <build>
        <resources>
            <resource>
                <directory>src/main/resources</directory>
                <filtering>true</filtering>
            </resource>
            <resource>
                <directory>src/main/clojure</directory>
            </resource>
        </resources>
        <plugins>
            <plugin>
                <artifactId>maven-invoker-plugin</artifactId>
                <version>1.5</version>
                <configuration>
                    <projectsDirectory>src/integration</projectsDirectory>
                    <cloneProjectsTo>${project.build.directory}/integration</cloneProjectsTo>
                    <pomIncludes>
                        <pomInclude>*/pom.xml</pomInclude>
                    </pomIncludes>
                    <streamLogs>true</streamLogs>
                    <goals><goal>clojure:test</goal></goals>
                </configuration>
                <executions>
                    <execution>
                        <id>integration-test</id>
                        <goals>
                            <goal>install</goal>
                            <goal>run</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

	        <plugin>
		        <groupId>org.apache.maven.plugins</groupId>
		        <artifactId>maven-jar-plugin</artifactId>
		        <configuration>
		          <archive>
		            <manifestFile>META-INF/MANIFEST.MF</manifestFile>
		          </archive>
		        </configuration>
	        </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.clojure</groupId>
   <artifactId>tools.nrepl</artifactId>
   <version>0.2.6</version>
</dependency>

Download

If you think the following tools.nrepl-0.2.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download tools.nrepl-0.2.6.jar file




PreviousNext

Related