| 组织ID: |
org.tentackle |
| 项目ID: |
tentackle-script-groovy |
| 版本: |
11.2.3.0 |
| 最后修改时间: |
2019-12-02 22:35:26 |
| 包类型: |
jar |
| 标题: |
Tentackle Script Groovy |
| 描述: |
Tentackle Scripting with Groovy |
| 大小: |
9.41KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.tentackle</groupId>
<artifactId>tentackle-script-groovy</artifactId>
<version>11.2.3.0</version>
</dependency>
|
| Gradle引入代码: |
org.tentackle:tentackle-script-groovy:11.2.3.0
|
| 下载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>
<parent>
<groupId>org.tentackle</groupId>
<artifactId>tentackle-parent</artifactId>
<version>11.2.3.0</version>
</parent>
<artifactId>tentackle-script-groovy</artifactId>
<version>11.2.3.0</version>
<packaging>jar</packaging>
<name>Tentackle Script Groovy</name>
<description>Tentackle Scripting with Groovy</description>
<url>https://tentackle.org</url>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tentackle-core</artifactId>
<version>${project.version}</version>
<optional>true</optional> <!-- avoid transitive dependency -->
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<classifier>indy</classifier>
</dependency>
</dependencies>
<properties>
<rootBasedir>${project.parent.basedir}</rootBasedir>
</properties>
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>tentackle-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>analyze</id>
<goals>
<goal>analyze</goal>
</goals>
</execution>
</executions>
<configuration>
<verbosity>info</verbosity>
<showCompileOutput>true</showCompileOutput>
<index>META-INF/RESOURCE-INDEX.LIST</index>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/RESOURCE-INDEX.LIST
org.tentackle.script.groovy.GroovyScriptClassCache.class
org.tentackle.script.groovy.GroovyScript$CompiledScript.class
org.tentackle.script.groovy.GroovyLanguage.class
org.tentackle.script.groovy.GroovyScript.class
META-INF/maven/org.tentackle/tentackle-script-groovy/pom.xml
META-INF/maven/org.tentackle/tentackle-script-groovy/pom.properties
META-INF/services/org.tentackle.script.ScriptingLanguage
org.tentackle.script.groovy.GroovyValidationMessageConverter.class
META-INF/mapped-services/org.tentackle.validate.validator.MessageScriptConverter
|
| 依赖Jar: |
tentackle-core-${project.version}.jar
/${project.groupId}/tentackle-core/${project.version}
查看tentackle-core所有版本文件
|