Download demoiselle-junit-2.3.1.jar file

Introduction

You can download demoiselle-junit-2.3.1.jar in this page.

License

GNU Lesser General Public License, Version 3

Type List

demoiselle-junit-2.3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/beans.xml
META-INF/maven/br.gov.frameworkdemoiselle.component/demoiselle-junit/pom.properties
META-INF/maven/br.gov.frameworkdemoiselle.component/demoiselle-junit/pom.xml
META-INF/services/javax.enterprise.inject.spi.Extension
br.gov.frameworkdemoiselle.junit.DemoiselleRunner.class
br.gov.frameworkdemoiselle.junit.internal.bootstrap.JUnitBootstrap.class

Pom

demoiselle-junit-2.3.1.pom file content.

<!--
 Demoiselle Framework
 Copyright (C) 2010 SERPRO
 ============================================================================
 This file is part of Demoiselle Framework.
 
 Demoiselle Framework is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public License version 3
 as published by the Free Software Foundation.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU Lesser General Public License version 3
 along with this program; if not,  see <http://www.gnu.org/licenses />
 or write to the Free Software Foundation, Inc., 51 Franklin Street,
 Fifth Floor, Boston, MA  02110-1301, USA.
 ============================================================================
 Este arquivo ? parte do Framework Demoiselle.
 
 O Framework Demoiselle ? um software livre; voc? pode redistribu?-lo e/ou
 modific?-lo dentro dos termos da GNU LGPL vers?o 3 como publicada pela Funda??o
 do Software Livre (FSF).
 
 Este programa ? distribu?do na esperan?a que possa ser ?til, mas SEM NENHUMA
 GARANTIA; sem uma garantia impl?cita de ADEQUA??O a qualquer MERCADO ou
 APLICA??O EM PARTICULAR. Veja a Licen?a P?blica Geral GNU/LGPL em portugu?s
 para maiores detalhes.
 
 Voc? deve ter recebido uma c?pia da GNU LGPL vers?o 3, sob o t?tulo
 "LICENCA.txt", junto com esse programa. Se n?o, acesse <http://www.gnu.org/licenses />
 ou escreva para a Funda??o do Software Livre (FSF) Inc.,
 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA.
-->
<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>

	<groupId>br.gov.frameworkdemoiselle.component</groupId>
	<artifactId>demoiselle-junit</artifactId>
	<version>2.3.1</version>
	<packaging>jar</packaging>

	<parent>
		<groupId>br.gov.frameworkdemoiselle</groupId>
		<artifactId>demoiselle-parent</artifactId>
		<version>9</version>
		<relativePath>../../internal/parent/demoiselle</relativePath>
	</parent>

	<name>Demoiselle JUnit Component</name>
	<description>
		Demoiselle JUnit Component
	</description>
	<url>http://www.frameworkdemoiselle.gov.br</url>

	<licenses>
		<license>
			<name>GNU Lesser General Public License, Version 3</name>
			<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
		</license>
	</licenses>

	<organization>
		<name>SERPRO - Servi?o Federal de Processamento de Dados</name>
		<url>http://www.serpro.gov.br</url>
	</organization>

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

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>br.gov.frameworkdemoiselle</groupId>
				<artifactId>demoiselle-framework-bom</artifactId>
				<version>2.4.0</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
		<dependency>
			<groupId>br.gov.frameworkdemoiselle</groupId>
			<artifactId>demoiselle-se</artifactId>
		</dependency>
		<dependency>
			<groupId>org.jboss.weld.se</groupId>
			<artifactId>weld-se-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-validator</artifactId>
		</dependency>
	</dependencies>

	<repositories>
		<repository>
			<id>sonatype-nexus-snapshots</id>
			<name>Sonatype Nexus Snapshots</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		</repository>
	</repositories>

  <scm>
    <tag>2.3.1</tag>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>br.gov.frameworkdemoiselle.component</groupId>
   <artifactId>demoiselle-junit</artifactId>
   <version>2.3.1</version>
</dependency>

Download

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



Download demoiselle-junit-2.3.1.jar file




PreviousNext

Related