Download queComemos-repoRecetas-entrega3-0.0.2.jar file

Introduction

You can download queComemos-repoRecetas-entrega3-0.0.2.jar in this page.

License

Open Source

Type List

queComemos-repoRecetas-entrega3-0.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.uqbar-project/queComemos-repoRecetas-entrega3/pom.properties
META-INF/maven/org.uqbar-project/queComemos-repoRecetas-entrega3/pom.xml
queComemos.entrega3.creacionales.RecetaBuilder.class
queComemos.entrega3.dominio.Dificultad.class
queComemos.entrega3.dominio.Receta.class
queComemos.entrega3.excepciones.BusinessException.class
queComemos.entrega3.repositorio.BusquedaRecetas.class
queComemos.entrega3.repositorio.RepoRecetas.class

Pom

queComemos-repoRecetas-entrega3-0.0.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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.uqbar-project</groupId>
	<artifactId>queComemos-repoRecetas-entrega3</artifactId>
	<version>0.0.2</version>
	<name>queComemos-repoRecetas-entrega3</name>
	<description>Nuevo repositorio de Recetas para integrar en la entrega 3</description>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<parent>
		<groupId>org.uqbar-project</groupId>
		<artifactId>uqbar-parent-project</artifactId>
		<version>1.9</version>
	</parent>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.2</version>
				<configuration>
					<source>1.8</source>
					<target>1.8</target>
				</configuration>
			</plugin>
		</plugins>
	</build>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.12</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>javax.json</groupId>
			<artifactId>javax.json-api</artifactId>
			<version>1.0</version>
		</dependency>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>1.7.1</version>
		</dependency>
	</dependencies>

  <scm>
    <tag>v0.0.2</tag>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>org.uqbar-project</groupId>
   <artifactId>queComemos-repoRecetas-entrega3</artifactId>
   <version>0.0.2</version>
</dependency>

Download

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



Download queComemos-repoRecetas-entrega3-0.0.2.jar file




PreviousNext

Related