Download jukito-1.5.jar file

Introduction

You can download jukito-1.5.jar in this page.

License

Open Source

Type List

jukito-1.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jukito/jukito/pom.properties
META-INF/maven/org.jukito/jukito/pom.xml
org.jukito.All.class
org.jukito.BindingsCollector.class
org.jukito.Description.class
org.jukito.EnvironmentDependentModules.class
org.jukito.GuiceUtils.class
org.jukito.InjectedAfterStatements.class
org.jukito.InjectedBeforeStatements.class
org.jukito.InjectedFrameworkMethod.class
org.jukito.InjectedStatement.class
org.jukito.JukitoInternal.class
org.jukito.JukitoModule.class
org.jukito.JukitoRunner.class
org.jukito.MockProvider.class
org.jukito.MockitoUsageValidator.class
org.jukito.NamedUniqueAnnotations.class
org.jukito.SpyImmutableInstanceProvider.class
org.jukito.SpyProvider.class
org.jukito.TestEagerSingleton.class
org.jukito.TestMockSingleton.class
org.jukito.TestModule.class
org.jukito.TestScope.class
org.jukito.TestSingleton.class
org.jukito.UseModules.class

Pom

jukito-1.5.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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.jukito</groupId>
        <artifactId>jukito-parent</artifactId>
        <version>1.5</version>
    </parent>

    <artifactId>jukito</artifactId>
    <packaging>jar</packaging>
    <name>jukito</name>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-deploy-plugin</artifactId>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
            </plugin>

            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>animal-sniffer-maven-plugin</artifactId>
            </plugin>

            <!-- run 'mvn javadoc:aggregate' to generate -->
            <!-- run 'mvn javadoc:aggregate -X' to debug -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
            </plugin>

            <!-- run 'mvn site' to upload -->
            <!-- run 'mvn site -X' to debug and upload. -->
            <plugin>
                <groupId>com.github.github</groupId>
                <artifactId>site-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>

        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
        </dependency>

        <dependency>
            <groupId>com.google.inject.extensions</groupId>
            <artifactId>guice-assistedinject</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jukito</groupId>
   <artifactId>jukito</artifactId>
   <version>1.5</version>
</dependency>

Download

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



Download jukito-1.5.jar file




PreviousNext

Related