Download org.tinygroup.testutil-1.2.3.jar file

Introduction

You can download org.tinygroup.testutil-1.2.3.jar in this page.

License

Open Source

Type List

org.tinygroup.testutil-1.2.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.tinygroup/org.tinygroup.testutil/pom.properties
META-INF/maven/org.tinygroup/org.tinygroup.testutil/pom.xml
org.tinygroup.tinytestutil.AbstractTestUtil.class
org.tinygroup.tinytestutil.script.ScriptRunner.class

Pom

org.tinygroup.testutil-1.2.3.pom file content.

<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.tinygroup</groupId>
    <artifactId>framework</artifactId>
    <version>1.2.3</version>
  </parent>
  <artifactId>org.tinygroup.testutil</artifactId>
  <dependencies>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.application</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.fileresolver</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.springutil</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.tinygroup</groupId>
   <artifactId>org.tinygroup.testutil</artifactId>
   <version>1.2.3</version>
</dependency>

Download

If you think the following org.tinygroup.testutil-1.2.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.tinygroup.testutil-1.2.3.jar file




PreviousNext

Related