| 组织ID: |
org.clojure |
| 项目ID: |
google-closure-library-third-party |
| 版本: |
0.0-20170519-fa0499ef |
| 最后修改时间: |
2019-05-13 10:57:08 |
| 包类型: |
jar |
| 标题: |
Google Closure Library Third-Party Extensions |
| 描述: |
The Google Closure Library is a collection of JavaScript code
designed for use with the Google Closure JavaScript Compiler.
This non-official distribution was prepared by the ClojureScript
team at http://clojure.org/
This package contains extensions to the Google Closure Library
using third-party components, which may be distributed under
licenses other than the Apache license. Licenses for individual
library components may be found in source-code comments.
|
| 相关URL: |
http://code.google.com/p/closure-library/ |
| 大小: |
63.52KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.clojure</groupId>
<artifactId>google-closure-library-third-party</artifactId>
<version>0.0-20170519-fa0499ef</version>
</dependency>
|
| Gradle引入代码: |
org.clojure:google-closure-library-third-party:0.0-20170519-fa0499ef
|
| 下载Jar包: |
|
| POM文件内容: |
<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>org.clojure</groupId>
<artifactId>google-closure-library-third-party</artifactId>
<version>0.0-20170519-fa0499ef</version>
<packaging>jar</packaging>
<name>Google Closure Library Third-Party Extensions</name>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<url>http://code.google.com/p/closure-library/</url>
<description>
The Google Closure Library is a collection of JavaScript code
designed for use with the Google Closure JavaScript Compiler.
This non-official distribution was prepared by the ClojureScript
team at http://clojure.org/
This package contains extensions to the Google Closure Library
using third-party components, which may be distributed under
licenses other than the Apache license. Licenses for individual
library components may be found in source-code comments.
</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
<comments>
Note: the Google Closure library third-party extensions
contain code under a variety of licenses, which may be found
in source-code comments in each file.
</comments>
</license>
</licenses>
<organization>
<name>Google</name>
<url>http://www.google.com</url>
</organization>
<developers>
<developer>
<name>Google, Inc.</name>
</developer>
<developer>
<name>Mohamed Mansour</name>
<email>hello@mohamedmansour.com</email>
</developer>
<developer>
<name>Bjorn Tipling</name>
<email>bjorn.tipling@gmail.com</email>
</developer>
<developer>
<name>SameGoal LLC</name>
<email>help@samegoal.com</email>
</developer>
<developer>
<name>Guido Tapia</name>
<email>guido.tapia@gmail.com</email>
</developer>
<developer>
<name>Andrew Mattie</name>
<email>amattie@gmail.com</email>
</developer>
<developer>
<name>Ilia Mirkin</name>
<email>ibmirkin@gmail.com</email>
</developer>
<developer>
<name>Ivan Kozik</name>
<email>ivan.kozik@gmail.com</email>
</developer>
<developer>
<name>Rich Dougherty</name>
<email>rich@rd.gen.nz</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/google/closure-library.git
</connection>
<developerConnection>
scm:git:https://github.com/google/closure-library.git
</developerConnection>
<url>https://github.com/google/closure-library</url>
</scm>
<issueManagement>
<system>code.google.com</system>
<url>http://code.google.com/p/closure-library/issues</url>
</issueManagement>
<profiles>
<profile>
<id>sonatype-oss-release</id>
<!-- This profile is enabled automatically by the Sonatype
oss-parent POM when invoking the Maven Release Plugin -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.4.4</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<!-- By default, this is the phase deploy goal will bind to -->
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- The Base URL of Nexus instance where we want to stage -->
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<!-- The server "id" element from settings to use authentication from -->
<serverId>sonatype-nexus-staging</serverId>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
goog/svgpan/svgpan.js
goog/mochikit/async/deferredlist_test.html
goog/mochikit/async/deferredlist.js
goog/mochikit/async/deferred.js
goog/mochikit/async/deferred_test.html
goog/mochikit/async/deferred_async_test.html
goog/dojo/dom/query_test.html
goog/dojo/dom/query.js
goog/dojo/dom/query_test.js
goog/loremipsum/text/loremipsum.js
goog/loremipsum/text/loremipsum_test.html
goog/caja/string/html/htmlparser.js
AUTHORS
README.md
LICENSE
META-INF/maven/org.clojure/google-closure-library-third-party/pom.xml
META-INF/maven/org.clojure/google-closure-library-third-party/pom.properties
|
| 依赖Jar: |
无
|