组织ID: |
org.codehaus.groovy.maven.runtime |
项目ID: |
gmaven-runtime-default |
版本: |
1.0-rc-3 |
最后修改时间: |
2018-07-25 17:35:30 |
包类型: |
jar |
标题: |
GMaven Runtime :: Default |
描述: |
Support for Groovy Default.
|
大小: |
11.18KB |
|
Maven引入代码: |
<dependency>
<groupId>org.codehaus.groovy.maven.runtime</groupId>
<artifactId>gmaven-runtime-default</artifactId>
<version>1.0-rc-3</version>
</dependency>
|
Gradle引入代码: |
org.codehaus.groovy.maven.runtime:gmaven-runtime-default:1.0-rc-3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2006-2007 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Id: pom.xml 13237 2008-08-14 17:22:24Z user57 $ -->
<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.codehaus.groovy.maven.runtime</groupId>
<artifactId>gmaven-runtime</artifactId>
<version>1.0-rc-3</version>
</parent>
<name>GMaven Runtime :: Default</name>
<artifactId>gmaven-runtime-default</artifactId>
<description>
Support for Groovy Default.
</description>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy.maven.runtime</groupId>
<artifactId>gmaven-runtime-1.5</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/plexus/components.xml
org.codehaus.groovy.maven.runtime.vdefault.DefaultGroovyRuntime$1.class
org.codehaus.groovy.maven.runtime.vdefault.DefaultGroovyRuntime.class
META-INF/maven/org.codehaus.groovy.maven.runtime/gmaven-runtime-default/pom.xml
META-INF/maven/org.codehaus.groovy.maven.runtime/gmaven-runtime-default/pom.properties
|
依赖Jar: |
|