| 组织ID: |
com.github.javadev |
| 项目ID: |
underscore |
| 版本: |
1.54 |
| 最后修改时间: |
2020-04-02 16:48:14 |
| 包类型: |
jar |
| 标题: |
java port of Underscore.js |
| 描述: |
The java port of Underscore.js |
| 相关URL: |
https://github.com/javadev/underscore-java |
| 大小: |
174.95KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.54</version>
</dependency>
|
| Gradle引入代码: |
com.github.javadev:underscore:1.54
|
| 下载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.54</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.8.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>3.0.1</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.1.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.6</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>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.0.2</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.Base32$DecodingException.class
com.github.underscore.lodash.Base32.class
com.github.underscore.lodash.Json$JsonArray.class
com.github.underscore.lodash.Json$JsonObject.class
com.github.underscore.lodash.Json$JsonParser.class
com.github.underscore.lodash.Json$JsonStringBuilder$Step.class
com.github.underscore.lodash.Json$JsonStringBuilder$Type.class
com.github.underscore.lodash.Json$JsonStringBuilder.class
com.github.underscore.lodash.Json$JsonValue.class
com.github.underscore.lodash.Json$ParseException.class
com.github.underscore.lodash.Json.class
com.github.underscore.lodash.U$1.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$ArrayBuilder.class
com.github.underscore.lodash.U$BaseHttpSslSocketFactory$MyX509TrustManager.class
com.github.underscore.lodash.U$BaseHttpSslSocketFactory.class
com.github.underscore.lodash.U$Builder.class
com.github.underscore.lodash.U$Chain.class
com.github.underscore.lodash.U$FetchResponse.class
com.github.underscore.lodash.U$LruCache.class
com.github.underscore.lodash.U$Mode.class
com.github.underscore.lodash.U$NoHostnameVerifier.class
com.github.underscore.lodash.U.class
com.github.underscore.lodash.Xml$1.class
com.github.underscore.lodash.Xml$2.class
com.github.underscore.lodash.Xml$3.class
com.github.underscore.lodash.Xml$4.class
com.github.underscore.lodash.Xml$5.class
com.github.underscore.lodash.Xml$6.class
com.github.underscore.lodash.Xml$7.class
com.github.underscore.lodash.Xml$8.class
com.github.underscore.lodash.Xml$Document.class
com.github.underscore.lodash.Xml$FromType.class
com.github.underscore.lodash.Xml$MyEntityResolver.class
com.github.underscore.lodash.Xml$XmlArray.class
com.github.underscore.lodash.Xml$XmlObject.class
com.github.underscore.lodash.Xml$XmlStringBuilder$Step.class
com.github.underscore.lodash.Xml$XmlStringBuilder.class
com.github.underscore.lodash.Xml$XmlStringBuilderText.class
com.github.underscore.lodash.Xml$XmlStringBuilderWithoutHeader.class
com.github.underscore.lodash.Xml$XmlStringBuilderWithoutRoot.class
com.github.underscore.lodash.Xml$XmlValue.class
com.github.underscore.lodash.Xml.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
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
awaitility-4.0.2.jar
/org.awaitility/awaitility/4.0.2
查看awaitility所有版本文件
|