| 组织ID: |
org.codehaus.modello |
| 项目ID: |
modello-test |
| 版本: |
1.6 |
| 最后修改时间: |
2019-10-24 01:14:47 |
| 包类型: |
jar |
| 标题: |
Modello Test Package |
| 描述: |
Modello Test Package contains the basis to create Modello generator unit-tests, including sample models
and xml files to test every feature for every plugin.
|
| 大小: |
24.31KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-test</artifactId>
<version>1.6</version>
</dependency>
|
| Gradle引入代码: |
org.codehaus.modello:modello-test: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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>modello</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>modello-test</artifactId>
<name>Modello Test Package</name>
<description>
Modello Test Package contains the basis to create Modello generator unit-tests, including sample models
and xml files to test every feature for every plugin.
</description>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
locations+source.mdo
features.mdo
features-invalid-transient.xml
org.codehaus.modello.AbstractModelloGeneratorTest.class
org.codehaus.modello.verifier.VerifierException.class
org.codehaus.modello.verifier.Verifier.class
org.codehaus.modello.OrderedProperties.class
org.codehaus.modello.AbstractModelloJavaGeneratorTest.class
features.xml
locations.xml
features-wrong-attribute.xml
features-Latin-15.xml
features-bad-version.xml
features-wrong-content.xml
features-wrong-element.xml
locations.mdo
features-wrong-element2.xml
features-UTF-8.xml
META-INF/maven/org.codehaus.modello/modello-test/pom.xml
META-INF/maven/org.codehaus.modello/modello-test/pom.properties
|
| 依赖Jar: |
plexus-compiler-javac-1.5.1.jar
/org.codehaus.plexus/plexus-compiler-javac/1.5.1
查看plexus-compiler-javac所有版本文件
plexus-compiler-api-1.5.1.jar
/org.codehaus.plexus/plexus-compiler-api/1.5.1
查看plexus-compiler-api所有版本文件
jaxb-api-2.1.jar
/javax.xml.bind/jaxb-api/2.1
查看jaxb-api所有版本文件
|