| 组织ID: |
tv.cntt |
| 项目ID: |
rhinocoffeescript |
| 版本: |
1.9.2 |
| 最后修改时间: |
2019-10-29 15:31:14 |
| 包类型: |
jar |
| 标题: |
rhinocoffeescript |
| 描述: |
rhinocoffeescript |
| 相关URL: |
http://xitrum-framework.github.com/RhinoCoffeeScript/ |
| 大小: |
137.39KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>tv.cntt</groupId>
<artifactId>rhinocoffeescript</artifactId>
<version>1.9.2</version>
</dependency>
|
| Gradle引入代码: |
tv.cntt:rhinocoffeescript:1.9.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>tv.cntt</groupId>
<artifactId>rhinocoffeescript</artifactId>
<packaging>jar</packaging>
<description>rhinocoffeescript</description>
<version>1.9.2</version>
<name>rhinocoffeescript</name>
<organization>
<name>tv.cntt</name>
</organization>
<url>http://xitrum-framework.github.com/RhinoCoffeeScript/</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/xitrum-framework/RhinoCoffeeScript/blob/master/MIT-LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:xitrum-framework/RhinoCoffeeScript.git</url>
<connection>scm:git:git@github.com:xitrum-framework/RhinoCoffeeScript.git</connection>
</scm>
<developers>
<developer>
<id>ngocdaothanh</id>
<name>Ngoc Dao</name>
<url>https://github.com/ngocdaothanh</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.6</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
tv.cntt.rhinocoffeescript.CoffeeScript.class
tv.cntt.rhinocoffeescript.Compiler.class
|
| 依赖Jar: |
rhino-1.7.6.jar
/org.mozilla/rhino/1.7.6
查看rhino所有版本文件
|