| 组织ID: |
org.clojure |
| 项目ID: |
tools.reader |
| 版本: |
0.10.0-alpha1 |
| 最后修改时间: |
2019-10-29 05:33:50 |
| 包类型: |
jar |
| 标题: |
${artifactId} |
| 描述: |
A Clojure reader in Clojure |
| 相关URL: |
https://github.com/clojure/tools.reader |
| 大小: |
43.12KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.reader</artifactId>
<version>0.10.0-alpha1</version>
</dependency>
|
| Gradle引入代码: |
org.clojure:tools.reader:0.10.0-alpha1
|
| 下载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.10.0-alpha1</version>
<name>${artifactId}</name>
<description>A Clojure reader in Clojure </description>
<url>https://github.com/clojure/tools.reader</url>
<build>
<resources>
<resource>
<directory>src/main/clojure</directory>
</resource>
<resource>
<directory>src/main/cljs</directory>
</resource>
</resources>
<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</namespace>
<namespace>clojure.tools.reader.default-data-readers</namespace>
<namespace>clojure.tools.reader.edn</namespace>
<namespace>clojure.tools.reader.impl.commons</namespace>
<namespace>clojure.tools.reader.impl.utils</namespace>
<namespace>clojure.tools.reader.reader-types</namespace>
</namespaces>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<includes>
<include>**/*.clj</include>
<include>**/*.cljs</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>aot-jar</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/assembly/aot.xml</descriptor>
</descriptors>
</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>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>0.0-3308</version>
<scope>provided</scope>
</dependency>
</dependencies>
<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.10.0-alpha1</tag>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
clojure/tools/reader/impl/commons.clj
clojure/tools/reader/impl/utils.clj
clojure/tools/reader/default_data_readers.clj
clojure/tools/reader/edn.clj
clojure/tools/reader/reader_types.clj
clojure/tools/reader.clj
cljs/tools/reader/impl/utils.cljs
cljs/tools/reader/impl/commons.cljs
cljs/tools/reader/edn.cljs
cljs/tools/reader/reader_types.cljs
cljs/tools/reader.cljs
META-INF/maven/org.clojure/tools.reader/pom.xml
META-INF/maven/org.clojure/tools.reader/pom.properties
|
| 依赖Jar: |
clojurescript-0.0-3308.jar
/org.clojure/clojurescript/0.0-3308
查看clojurescript所有版本文件
|