| 组织ID: |
org.codehaus.modello |
| 项目ID: |
modello-test |
| 版本: |
1.2 |
| 最后修改时间: |
2019-10-23 23:36:29 |
| 包类型: |
jar |
| 标题: |
Modello Test Package |
| 描述: |
Modello Test Package contains the basis to create Modello generator unit-tests, including a sample model to
test every plugins.
|
| 大小: |
25.64KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-test</artifactId>
<version>1.2</version>
</dependency>
|
| Gradle引入代码: |
org.codehaus.modello:modello-test:1.2
|
| 下载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.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-test</artifactId>
<name>Modello Test Package</name>
<description>
Modello Test Package contains the basis to create Modello generator unit-tests, including a sample model to
test every plugins.
</description>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager</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>
<version>3.8.1</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
features-bad-version.xml
org.codehaus.modello.OrderedProperties.class
org.codehaus.modello.verifier.VerifierTestCase.class
org.codehaus.modello.verifier.WrongObjectTypeVerifierException.class
org.codehaus.modello.verifier.WrongReturnTypeVerifierException.class
org.codehaus.modello.verifier.VerifierException.class
org.codehaus.modello.verifier.Verifier.class
org.codehaus.modello.verifier.NotEqualsVerifierException.class
org.codehaus.modello.AbstractModelloJavaGeneratorTest.class
org.codehaus.modello.AbstractModelloGeneratorTest.class
features-UTF-8.xml
features-Latin-15.xml
features-wrong-element2.xml
features.mdo
features-invalid-transient.xml
features-wrong-attribute.xml
features-wrong-element.xml
features.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所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|