| 组织ID: |
com.github.javadev |
| 项目ID: |
underscore |
| 版本: |
1.2 |
| 最后修改时间: |
2019-10-29 14:51:03 |
| 包类型: |
jar |
| 标题: |
java port of Underscore.js |
| 描述: |
The java port of Underscore.js |
| 相关URL: |
https://github.com/javadev/underscore-java |
| 大小: |
41.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.2</version>
</dependency>
|
| Gradle引入代码: |
com.github.javadev:underscore:1.2
|
| 下载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>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.2</version>
<name>java port of Underscore.js</name>
<description>The java port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java</url>
<developers>
<developer>
<name>Valentyn Kolesnikov</name>
</developer>
</developers>
<licenses>
<license>
<name>The MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/javadev/underscore-java.git</connection>
<developerConnection>scm:git:git://github.com/javadev/underscore-java.git</developerConnection>
<url>https://github.com/javadev/underscore-java</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/javadev/underscore-java</url>
</ciManagement>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/javadev/underscore-java/issues</url>
</issueManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifest>
<mainClass>com.github.underscore._</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.underscore.Block.class
com.github.underscore.Function.class
com.github.underscore.Function1.class
com.github.underscore.Function2.class
com.github.underscore.Function3.class
com.github.underscore.Function4.class
com.github.underscore.FunctionAccum.class
com.github.underscore.Predicate.class
com.github.underscore.Template.class
com.github.underscore.Tuple.class
com.github.underscore._$1.class
com.github.underscore._$10.class
com.github.underscore._$11.class
com.github.underscore._$12.class
com.github.underscore._$13.class
com.github.underscore._$14.class
com.github.underscore._$15.class
com.github.underscore._$16.class
com.github.underscore._$17.class
com.github.underscore._$18.class
com.github.underscore._$19.class
com.github.underscore._$2.class
com.github.underscore._$20.class
com.github.underscore._$21.class
com.github.underscore._$22.class
com.github.underscore._$23$1.class
com.github.underscore._$23.class
com.github.underscore._$24.class
com.github.underscore._$25.class
com.github.underscore._$26.class
com.github.underscore._$27.class
com.github.underscore._$28.class
com.github.underscore._$3.class
com.github.underscore._$4.class
com.github.underscore._$5.class
com.github.underscore._$6.class
com.github.underscore._$7.class
com.github.underscore._$8.class
com.github.underscore._$9.class
com.github.underscore._$Chain.class
com.github.underscore._.class
META-INF/maven/com.github.javadev/underscore/pom.xml
META-INF/maven/com.github.javadev/underscore/pom.properties
|
| 依赖Jar: |
junit-4.3.1.jar
/junit/junit/4.3.1
查看junit所有版本文件
|