Download caelum-stella-boleto-2.1.2.jar file

Introduction

You can download caelum-stella-boleto-2.1.2.jar in this page.

License

Open Source

Type List

caelum-stella-boleto-2.1.2.jar file has the following types.

META-INF/.gitignore
META-INF/MANIFEST.MF
META-INF/maven/br.com.caelum.stella/caelum-stella-boleto/pom.properties
META-INF/maven/br.com.caelum.stella/caelum-stella-boleto/pom.xml
META-INF/web-fragment.xml
br.com.caelum.stella.boleto.Banco.class
br.com.caelum.stella.boleto.Beneficiario.class
br.com.caelum.stella.boleto.Boleto.class
br.com.caelum.stella.boleto.Datas.class
br.com.caelum.stella.boleto.Emissor.class
br.com.caelum.stella.boleto.EmissorToBeneficiarioMapper.class
br.com.caelum.stella.boleto.Endereco.class
br.com.caelum.stella.boleto.Pagador.class
br.com.caelum.stella.boleto.Sacado.class
br.com.caelum.stella.boleto.SacadoToPagadorMapper.class
br.com.caelum.stella.boleto.bancos.AbstractBanco.class
br.com.caelum.stella.boleto.bancos.BancoDoBrasil.class
br.com.caelum.stella.boleto.bancos.Bancos.class
br.com.caelum.stella.boleto.bancos.Bradesco.class
br.com.caelum.stella.boleto.bancos.Caixa.class
br.com.caelum.stella.boleto.bancos.CodigoDeBarrasBuilder.class
br.com.caelum.stella.boleto.bancos.GeradorDeLinhaDigitavel.class
br.com.caelum.stella.boleto.bancos.HSBC.class
br.com.caelum.stella.boleto.bancos.Itau.class
br.com.caelum.stella.boleto.bancos.Safra.class
br.com.caelum.stella.boleto.bancos.Santander.class
br.com.caelum.stella.boleto.bancos.gerador.GeradorDeDigito.class
br.com.caelum.stella.boleto.bancos.gerador.GeradorDeDigitoPadrao.class
br.com.caelum.stella.boleto.bancos.gerador.GeradorDeDigitoSantander.class
br.com.caelum.stella.boleto.exception.BancoNaoSuportadoException.class
br.com.caelum.stella.boleto.exception.BoletoException.class
br.com.caelum.stella.boleto.exception.CriacaoBoletoException.class
br.com.caelum.stella.boleto.exception.GeracaoBoletoException.class
br.com.caelum.stella.boleto.transformer.GeradorDeBoleto.class
br.com.caelum.stella.boleto.transformer.GeradorDeBoletoHTML.class
br.com.caelum.stella.boleto.utils.StellaStringUtils.class
br/com/caelum/stella/boleto/img/001.png
br/com/caelum/stella/boleto/img/033.png
br/com/caelum/stella/boleto/img/104.png
br/com/caelum/stella/boleto/img/237.png
br/com/caelum/stella/boleto/img/341.png
br/com/caelum/stella/boleto/img/347.png
br/com/caelum/stella/boleto/img/353.png
br/com/caelum/stella/boleto/img/356.png
br/com/caelum/stella/boleto/img/399.png
br/com/caelum/stella/boleto/img/409.png
br/com/caelum/stella/boleto/img/422.png
br/com/caelum/stella/boleto/img/corte.png
br/com/caelum/stella/boleto/img/template.png
br/com/caelum/stella/boleto/templates/boleto-default.jasper
br/com/caelum/stella/boleto/templates/boleto-default.jrxml
br/com/caelum/stella/boleto/templates/boleto-default_instrucoes.jasper
br/com/caelum/stella/boleto/templates/boleto-default_instrucoes.jrxml
fonts.xml
fonts/Arial Bold Italic.ttf
fonts/Arial Bold.ttf
fonts/Arial Italic.ttf
fonts/Arial.ttf
jasperreports_extension.properties

Pom

caelum-stella-boleto-2.1.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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>br.com.caelum.stella</groupId>
		<artifactId>caelum-stella</artifactId>
		<version>2.1.2</version>
	</parent>

	<artifactId>caelum-stella-boleto</artifactId>
	<packaging>jar</packaging>
	<name>Stella Boleto</name>

	<dependencies>
	    <!-- Boleto PDF, PNG e HTML -->
		<dependency>
			<groupId>br.com.caelum.stella</groupId>
			<artifactId>caelum-stella-core</artifactId>
			<version>2.1.2</version>
		</dependency>

	    <dependency>
			<groupId>net.sf.jasperreports</groupId>
			<artifactId>jasperreports</artifactId>
			<version>5.5.0</version>
			<exclusions>
				<exclusion>
					<groupId>jfree</groupId>
					<artifactId>*</artifactId>
				</exclusion>
				<exclusion>
					<groupId>com.fasterxml.jackson.core</groupId>
					<artifactId>*</artifactId>
				</exclusion>
				<exclusion>
					<groupId>org.bouncycastle</groupId>
					<artifactId>*</artifactId>
				</exclusion>
				<exclusion>
					<groupId>bouncycastle</groupId>
					<artifactId>*</artifactId>
				</exclusion>
				<exclusion>
					<groupId>eclipse</groupId>
					<artifactId>*</artifactId>
				</exclusion>
				<exclusion>
					<groupId>org.codehaus.castor</groupId>
					<artifactId>*</artifactId>
				</exclusion>	
				<exclusion>
					<groupId>xml-apis</groupId>
					<artifactId>*</artifactId>
				</exclusion>	
			</exclusions>
		</dependency>
		
		<!-- C?digo de Barras -->
		<dependency>
			<groupId>net.sourceforge.barbecue</groupId>
			<artifactId>barbecue</artifactId>
			<version>1.5-beta1</version>
		</dependency>

		<!-- Testes do PDF -->
		<dependency>
			<groupId>pdfbox</groupId>
			<artifactId>pdfbox</artifactId>
			<version>0.7.3</version>
			<scope>test</scope>
		</dependency>
		
		<!-- Boleto HTML -->
		<dependency>
		        <groupId>javax.servlet</groupId>
		        <artifactId>javax.servlet-api</artifactId>
		        <version>3.0.1</version>
		        <scope>provided</scope>
		        <optional>true</optional>
		</dependency>		
	</dependencies>

	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>net.sourceforge.maven-taglib</groupId>
					<artifactId>maven-taglib-plugin</artifactId>
					<version>2.4</version>
					<executions>
						<execution>
							<goals>
								<goal>taglibdocjar</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
				<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
				<plugin>
					<groupId>org.eclipse.m2e</groupId>
					<artifactId>lifecycle-mapping</artifactId>
					<version>1.0.0</version>
					<configuration>
						<lifecycleMappingMetadata>
							<pluginExecutions>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>org.codehaus.mojo</groupId>
										<artifactId>jasperreports-maven-plugin</artifactId>
										<versionRange>[1.0-beta-2,)</versionRange>
										<goals>
											<goal>compile-reports</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
							</pluginExecutions>
						</lifecycleMappingMetadata>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>

		<plugins>
			<plugin>
				<groupId>net.sourceforge.maven-taglib</groupId>
				<artifactId>maven-taglib-plugin</artifactId>
				<version>2.4</version>
			</plugin>
			
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>jasperreports-maven-plugin</artifactId>
				<version>1.0-beta-2</version>
					<configuration>
						<sourceDirectory>src/main/resources</sourceDirectory>
						<maven.compiler.source>1.6</maven.compiler.source>
  						<maven.compiler.target>1.6</maven.compiler.target>
  						<compiler>net.sf.jasperreports.engine.design.JRJdtCompiler</compiler>
					</configuration>
					<dependencies>
						<dependency>
							<groupId>net.sf.jasperreports</groupId>
							<artifactId>jasperreports</artifactId>
							<version>5.5.0</version>
						</dependency>
						<dependency>
							<groupId>org.mortbay.jetty</groupId>
							<artifactId>servlet-api</artifactId>
							<version>3.0.20100224</version>
						</dependency>
					</dependencies>
					<executions>
						<execution>
							<phase>compile</phase>
							<goals>
								<goal>compile-reports</goal>
							</goals>
						</execution>
					</executions>
			</plugin>
		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>br.com.caelum.stella</groupId>
   <artifactId>caelum-stella-boleto</artifactId>
   <version>2.1.2</version>
</dependency>

Download

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



Download caelum-stella-boleto-2.1.2.jar file




PreviousNext

Related