Download xtend-junit-0.0.1.jar file

Introduction

You can download xtend-junit-0.0.1.jar in this page.

License

Eclipse Public License - v 1.0

Type List

xtend-junit-0.0.1.jar file has the following types.

META-INF/MANIFEST.MF
de.oehme.xtend.junit.Hamcrest.class
de.oehme.xtend.junit.HamcrestProcessor.class
de.oehme.xtend.junit.JUnit.class
de.oehme.xtend.junit.JUnitProcessor.class

Pom

xtend-junit-0.0.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.oehme.xtend</groupId>
  <artifactId>xtend-junit</artifactId>
  <version>0.0.1</version>
  <name>xtend-junit</name>
  <description>Makes using Junit4 even more fun with Xtend</description>
  <url>https://github.com/oehme/xtend-junit</url>
  <licenses>
    <license>
      <name>Eclipse Public License - v 1.0</name>
      <url>http://www.eclipse.org/org/documents/epl-v10.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>oehme</id>
      <name>Stefan Oehme</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:oehme/xtend-junit.git</connection>
    <developerConnection>scm:git@github.com:oehme/xtend-junit.git</developerConnection>
    <url>scm:git@github.com:oehme/xtend-junit.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.xtend</groupId>
      <artifactId>org.eclipse.xtend.core</artifactId>
      <version>2.7.+</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>asm</artifactId>
          <groupId>asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.oehme.xtend</groupId>
      <artifactId>xtend-contrib</artifactId>
      <version>0.5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.oehme.xtend</groupId>
   <artifactId>xtend-junit</artifactId>
   <version>0.0.1</version>
</dependency>

Download

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



Download xtend-junit-0.0.1.jar file




PreviousNext

Related