Download timemachine-1.0.jar file

Introduction

You can download timemachine-1.0.jar in this page.

License

Open Source

Type List

timemachine-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/br.com.caelum/timemachine/pom.properties
META-INF/maven/br.com.caelum/timemachine/pom.xml
br.com.caelum.timemachine.Block.class
br.com.caelum.timemachine.TimeMachine.class

Pom

timemachine-1.0.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>br.com.caelum</groupId>
	<artifactId>timemachine</artifactId>
	<version>1.0</version>
	<packaging>jar</packaging>

	<name>timemachine</name>
	<url>http://github.com/caelum/timemachine</url>

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

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>

	<scm>
		<url>http://github.com/caelum/timemachine</url>
		<connection>scm:git:git://github.com/caelum/timemachine</connection>
		<developerConnection>scm:git:git@github.com:caelum/timemachine.git</developerConnection>
	</scm>

	<developers>
		<developer>
			<id>luiz</id>
			<name>Luiz Fernando Oliveira Corte Real</name>
			<email>luiz.real@caelum.com.br</email>
			<organization>Caelum</organization>
			<organizationUrl>http://www.caelum.com.br</organizationUrl>
			<roles>
				<role>developer</role>
			</roles>
			<timezone>-3</timezone>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>joda-time</groupId>
			<artifactId>joda-time</artifactId>
			<version>2.2</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.8.2</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3.2</version>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
					<encoding>UTF-8</encoding>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>br.com.caelum</groupId>
   <artifactId>timemachine</artifactId>
   <version>1.0</version>
</dependency>

Download

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



Download timemachine-1.0.jar file




PreviousNext

Related