Download unitils-inject-3.4.2.jar file

Introduction

You can download unitils-inject-3.4.2.jar in this page.

License

Open Source

Type List

unitils-inject-3.4.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.unitils/unitils-inject/pom.properties
META-INF/maven/org.unitils/unitils-inject/pom.xml
org.unitils.inject.InjectModule.class
org.unitils.inject.annotation.InjectInto.class
org.unitils.inject.annotation.InjectIntoByType.class
org.unitils.inject.annotation.InjectIntoStatic.class
org.unitils.inject.annotation.InjectIntoStaticByType.class
org.unitils.inject.annotation.TestedObject.class
org.unitils.inject.util.InjectionUtils.class
org.unitils.inject.util.PropertyAccess.class
org.unitils.inject.util.Restore.class
org.unitils.inject.util.ValueToRestore.class

Pom

unitils-inject-3.4.2.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.unitils</groupId>
        <artifactId>unitils</artifactId>
        <version>3.4.2</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>unitils-inject</artifactId>
    <packaging>jar</packaging>
    <name>Unitils inject module</name>

    <dependencies>
        <dependency>
            <groupId>org.unitils</groupId>
            <artifactId>unitils-core</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.unitils</groupId>
   <artifactId>unitils-inject</artifactId>
   <version>3.4.2</version>
</dependency>

Download

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



Download unitils-inject-3.4.2.jar file




PreviousNext

Related