| 组织ID: |
com.github.javadev |
| 项目ID: |
underscore |
| 版本: |
1.35 |
| 最后修改时间: |
2018-08-14 14:45:10 |
| 包类型: |
jar |
| 标题: |
java port of Underscore.js |
| 描述: |
The java port of Underscore.js |
| 相关URL: |
https://github.com/javadev/underscore-java |
| 大小: |
142.65KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.35</version>
</dependency>
|
| Gradle引入代码: |
com.github.javadev:underscore:1.35
|
| 下载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.35</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>
<id>javadev</id>
<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>3.7.0</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.U</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>test-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.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.underscore.BiConsumer.class
com.github.underscore.BiFunction.class
com.github.underscore.BinaryOperator.class
com.github.underscore.Consumer.class
com.github.underscore.Function.class
com.github.underscore.Function3.class
com.github.underscore.lodash.U$1.class
com.github.underscore.lodash.U$10.class
com.github.underscore.lodash.U$11.class
com.github.underscore.lodash.U$2.class
com.github.underscore.lodash.U$3.class
com.github.underscore.lodash.U$4.class
com.github.underscore.lodash.U$5.class
com.github.underscore.lodash.U$6.class
com.github.underscore.lodash.U$7.class
com.github.underscore.lodash.U$8.class
com.github.underscore.lodash.U$9.class
com.github.underscore.lodash.U$BaseHttpSSLSocketFactory$MyX509TrustManager.class
com.github.underscore.lodash.U$BaseHttpSSLSocketFactory.class
com.github.underscore.lodash.U$Chain.class
com.github.underscore.lodash.U$FetchResponse.class
com.github.underscore.lodash.U$JsonArray.class
com.github.underscore.lodash.U$JsonObject.class
com.github.underscore.lodash.U$JsonParser.class
com.github.underscore.lodash.U$JsonStringBuilder.class
com.github.underscore.lodash.U$JsonValue.class
com.github.underscore.lodash.U$LRUCache.class
com.github.underscore.lodash.U$NoHostnameVerifier.class
com.github.underscore.lodash.U$ParseException.class
com.github.underscore.lodash.U$XmlArray.class
com.github.underscore.lodash.U$XmlObject.class
com.github.underscore.lodash.U$XmlStringBuilder.class
com.github.underscore.lodash.U$XmlStringBuilderWithoutRoot.class
com.github.underscore.lodash.U$XmlValue.class
com.github.underscore.lodash.U.class
com.github.underscore.math.Directory.class
com.github.underscore.math.Entry.class
com.github.underscore.math.File.class
com.github.underscore.math.U$Chain.class
com.github.underscore.math.U.class
com.github.underscore.MemoizeFunction.class
com.github.underscore.Optional.class
com.github.underscore.Predicate.class
com.github.underscore.PredicateIndexed.class
com.github.underscore.Supplier.class
com.github.underscore.Template.class
com.github.underscore.Tuple.class
com.github.underscore.U$1.class
com.github.underscore.U$10.class
com.github.underscore.U$11.class
com.github.underscore.U$12.class
com.github.underscore.U$13.class
com.github.underscore.U$14.class
com.github.underscore.U$15.class
com.github.underscore.U$16.class
com.github.underscore.U$17.class
com.github.underscore.U$18.class
com.github.underscore.U$19.class
com.github.underscore.U$1AfterFunction.class
com.github.underscore.U$1BeforeFunction.class
com.github.underscore.U$1ThrottleFunction.class
com.github.underscore.U$2.class
com.github.underscore.U$20.class
com.github.underscore.U$21.class
com.github.underscore.U$22.class
com.github.underscore.U$23.class
com.github.underscore.U$24.class
com.github.underscore.U$25.class
com.github.underscore.U$26.class
com.github.underscore.U$27.class
com.github.underscore.U$28.class
com.github.underscore.U$29.class
com.github.underscore.U$3.class
com.github.underscore.U$30.class
com.github.underscore.U$31.class
com.github.underscore.U$32.class
com.github.underscore.U$33.class
com.github.underscore.U$34.class
com.github.underscore.U$35.class
com.github.underscore.U$36.class
com.github.underscore.U$37.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|