| 组织ID: |
com.github.spullara.mustache.java |
| 项目ID: |
scala-extensions-2.10 |
| 版本: |
0.9.1 |
| 最后修改时间: |
2019-10-29 12:07:44 |
| 包类型: |
jar |
| 标题: |
scala-extensions-2.10 |
| 描述: |
Scala extensions for mustache.java |
| 相关URL: |
http://github.com/spullara/mustache.java |
| 大小: |
9.50KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>scala-extensions-2.10</artifactId>
<version>0.9.1</version>
</dependency>
|
| Gradle引入代码: |
com.github.spullara.mustache.java:scala-extensions-2.10:0.9.1
|
| 下载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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>scala-extensions</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scala-extensions-2.10</artifactId>
<packaging>jar</packaging>
<name>scala-extensions-2.10</name>
<description>Scala extensions for mustache.java</description>
<url>http://github.com/spullara/mustache.java</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Sam Pullara</name>
<email>sam@sampullara.com</email>
<url>http://www.javarants.com</url>
</developer>
</developers>
<repositories>
<repository>
<id>Twitter</id>
<url>http://maven.twttr.com/</url>
</repository>
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
<!-- Scala -->
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core_2.10</artifactId>
<version>6.25.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.14.1</version>
<dependencies>
<dependency>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.14.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<executions>
<execution>
<id>scala-compile-first</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>scala-test-compile</id>
<phase>process-test-resources</phase>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.mustache.Javadoc.class
com.twitter.mustache.ScalaObjectHandler$$anonfun$iterate$1.class
com.twitter.mustache.ScalaObjectHandler$Def.class
com.twitter.mustache.ScalaObjectHandler.class
com.twitter.mustache.TwitterObjectHandler$$anon$1.class
com.twitter.mustache.TwitterObjectHandler.class
META-INF/maven/com.github.spullara.mustache.java/scala-extensions-2.10/pom.xml
META-INF/maven/com.github.spullara.mustache.java/scala-extensions-2.10/pom.properties
|
| 依赖Jar: |
compiler-0.9.1.jar
/com.github.spullara.mustache.java/compiler/0.9.1
查看compiler所有版本文件
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
scala-library-2.10.4.jar
/org.scala-lang/scala-library/2.10.4
查看scala-library所有版本文件
util-core_2.10-6.25.0.jar
/com.twitter/util-core_2.10/6.25.0
查看util-core_2.10所有版本文件
|