| 组织ID: |
org.clojure |
| 项目ID: |
tools.reader |
| 版本: |
0.8.12 |
| 最后修改时间: |
2019-06-01 10:33:17 |
| 包类型: |
jar |
| 标题: |
${artifactId} |
| 描述: |
A Clojure reader in Clojure |
| 相关URL: |
https://github.com/clojure/tools.reader |
| 大小: |
30.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.reader</artifactId>
<version>0.8.12</version>
</dependency>
|
| Gradle引入代码: |
org.clojure:tools.reader:0.8.12
|
| 下载Jar包: |
|
| POM文件内容: |
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tools.reader</artifactId>
<version>0.8.12</version>
<name>${artifactId}</name>
<description>A Clojure reader in Clojure </description>
<url>https://github.com/clojure/tools.reader</url>
<build>
<plugins>
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.3.13</version>
<configuration>
<temporaryOutputDirectory>false</temporaryOutputDirectory>
</configuration>
<executions>
<execution>
<id>clojure-compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
<namespaces>
<namespace>clojure.tools.reader.impl.ExceptionInfo</namespace>
</namespaces>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<licenses>
<license>
<name>Eclipse Public License 1.0</name>
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>0.1.2</version>
</parent>
<developers>
<developer>
<id>Bronsa</id>
<name>Nicola Mometto</name>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/clojure/tools.reader.git</connection>
<developerConnection>scm:git:git://github.com/clojure/tools.reader.git</developerConnection>
<url>http://github.com/clojure/tools.reader</url>
<tag>tools.reader-0.8.12</tag>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
clojure.tools.reader.impl.ExceptionInfo.class
clojure/tools/reader/impl/commons.clj
clojure/tools/reader/impl/utils.clj
clojure.tools.reader.impl.ExceptionInfo$_toString.class
clojure.tools.reader.impl.ExceptionInfo$loading__4784__auto__.class
clojure.tools.reader.impl.ExceptionInfo$_getData.class
clojure.tools.reader.impl.ExceptionInfo$_init.class
clojure.tools.reader.impl.ExceptionInfo__init.class
clojure/tools/reader/impl/ExceptionInfo.clj
clojure/tools/reader/default_data_readers.clj
clojure/tools/reader/edn.clj
clojure/tools/reader/reader_types.clj
clojure/tools/reader.clj
META-INF/maven/org.clojure/tools.reader/pom.xml
META-INF/maven/org.clojure/tools.reader/pom.properties
|
| 依赖Jar: |
无
|