Download roboblender-3.0.1.jar file

Introduction

You can download roboblender-3.0.1.jar in this page.

License

Open Source

Type List

roboblender-3.0.1.jar file has the following types.

AnnotationDatabaseImpl.java
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.roboguice/roboblender/pom.properties
META-INF/maven/org.roboguice/roboblender/pom.xml
META-INF/services/javax.annotation.processing.Processor
com.google.inject.blender.AnnotationDatabaseGenerator.class
com.google.inject.blender.GuiceAnnotationProcessor.class
roboguice.roboblender.RoboGuiceAnnotationProcessor.class
templates/AnnotationDatabaseImpl.vm

Pom

roboblender-3.0.1.pom file content.

<?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/maven-v4_0_0.xsd">
  <parent>
    <artifactId>roboguice-aggregator</artifactId>
    <groupId>org.roboguice</groupId>
    <version>3.0.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>roboblender</artifactId>
  <name>Robo Blender</name>
  <description>The annotation processor of RoboGuice</description>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
          <proc>none</proc>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <version>2.3</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>com.google.inject:blender</include>
                </includes>
              </artifactSet>
              <minimizeJar>true</minimizeJar>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.velocity</groupId>
      <artifactId>velocity</artifactId>
      <version>1.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <properties>
    <blender.version>4.0-SNAPSHOT</blender.version>
    <velocity.version>1.7</velocity.version>
  </properties>
</project>

POM Entry

<dependency>
   <groupId>org.roboguice</groupId>
   <artifactId>roboblender</artifactId>
   <version>3.0.1</version>
</dependency>

Download

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



Download roboblender-3.0.1.jar file




PreviousNext

Related