| 组织ID: |
com.github.javadev |
| 项目ID: |
underscore |
| 版本: |
1.6 |
| 最后修改时间: |
2018-08-13 22:43:29 |
| 包类型: |
jar |
| 标题: |
java port of Underscore.js |
| 描述: |
The java port of Underscore.js |
| 相关URL: |
https://github.com/javadev/underscore-java |
| 大小: |
66.23KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.6</version>
</dependency>
|
| Gradle引入代码: |
com.github.javadev:underscore:1.6
|
| 下载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.6</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>
<goal>test-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>
<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.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
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.$$1AfterFunction.class
com.github.underscore.$$1BeforeFunction.class
com.github.underscore.$$2.class
com.github.underscore.$$20.class
com.github.underscore.$$21$1.class
com.github.underscore.$$21.class
com.github.underscore.$$22.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.$$29.class
com.github.underscore.$$3.class
com.github.underscore.$$30.class
com.github.underscore.$$31.class
com.github.underscore.$$32.class
com.github.underscore.$$33.class
com.github.underscore.$$34.class
com.github.underscore.$$35.class
com.github.underscore.$$36.class
com.github.underscore.$$37.class
com.github.underscore.$$38.class
com.github.underscore.$$39.class
com.github.underscore.$$4.class
com.github.underscore.$$40.class
com.github.underscore.$$41.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.$$ClassForName.class
com.github.underscore.$$TemplateImpl.class
com.github.underscore.$$WherePredicate.class
com.github.underscore.$.class
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.MemoizeFunction1.class
com.github.underscore.Optional.class
com.github.underscore.Predicate.class
com.github.underscore.Template.class
com.github.underscore.Tuple.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所有版本文件
|