Download sprockets-2.6.0.jar file

Introduction

You can download sprockets-2.6.0.jar in this page.

License

GNU Lesser General Public License, Version 3

Type List

sprockets-2.6.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.sf.sprockets/sprockets/pom.properties
META-INF/maven/net.sf.sprockets/sprockets/pom.xml
net.sf.sprockets.Sprockets.class
net.sf.sprockets.google.Place.class
net.sf.sprockets.google.Places.class
net.sf.sprockets.google.StreetView.class
net.sf.sprockets.io.MoreFiles.class
net.sf.sprockets.lang.Maths.class
net.sf.sprockets.lang.Substring.class
net.sf.sprockets.naming.Contexts.class
net.sf.sprockets.net.HttpClient.class
net.sf.sprockets.net.Urls.class
net.sf.sprockets.sql.Connections.class
net.sf.sprockets.sql.SQLite.class
net.sf.sprockets.sql.Statements.class
net.sf.sprockets.time.DayOfWeek.class
net.sf.sprockets.util.Elements.class
net.sf.sprockets.util.Geos.class
net.sf.sprockets.util.Locales.class
net.sf.sprockets.util.MeasureUnit.class
net.sf.sprockets.util.concurrent.Interruptibles.class
net.sf.sprockets.util.concurrent.ResultCallback.class
net.sf.sprockets.util.logging.Loggers.class
net/sf/sprockets/sprockets.xml

Pom

sprockets-2.6.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>net.sf.sprockets</groupId>
	<artifactId>sprockets</artifactId>
	<version>2.6.0</version>
	<packaging>jar</packaging>
	<dependencies>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>2.3.1</version>
		</dependency>
		<dependency>
			<groupId>com.google.guava</groupId>
			<artifactId>guava</artifactId>
			<version>18.0</version>
		</dependency>
		<dependency>
			<groupId>com.squareup.okhttp</groupId>
			<artifactId>okhttp</artifactId>
			<version>2.4.0</version>
		</dependency>
		<dependency>
			<groupId>com.squareup.okhttp</groupId>
			<artifactId>okhttp-urlconnection</artifactId>
			<version>2.4.0</version>
		</dependency>
		<dependency>
			<groupId>commons-collections</groupId>
			<artifactId>commons-collections</artifactId>
			<version>3.2.1</version>
		</dependency>
		<dependency>
			<groupId>commons-configuration</groupId>
			<artifactId>commons-configuration</artifactId>
			<version>1.10</version>
		</dependency>
		<dependency>
			<groupId>commons-primitives</groupId>
			<artifactId>commons-primitives</artifactId>
			<version>1.0</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.12</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.2</version>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.10.1</version>
				<configuration>
					<detectLinks>true</detectLinks>
					<links>
						<link>http://docs.guava-libraries.googlecode.com/git-history/release/javadoc/</link>
						<link>https://commons.apache.org/proper/commons-configuration/javadocs/v1.10/apidocs/</link>
						<link>https://commons.apache.org/proper/commons-primitives/apidocs/</link>
						<link>https://docs.oracle.com/javase/6/docs/api/</link>
					</links>
					<stylesheetfile>stylesheet.css</stylesheetfile>
				</configuration>
			</plugin>
		</plugins>
	</build>

	<name>Sprockets</name>
	<description>Google Places API and Google Street View Image API in Java</description>
	<url>https://pushbit.github.io/sprockets</url>
	<licenses>
		<license>
			<name>GNU Lesser General Public License, Version 3</name>
			<url>http://www.gnu.org/licenses/lgpl.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>pushbit</id>
			<name>Paul Bitson</name>
			<email>pushbit@gmail.com</email>
		</developer>
	</developers>

	<issueManagement>
		<system>GitHub</system>
		<url>https://github.com/pushbit/sprockets/issues</url>
	</issueManagement>
	<scm>
		<connection>scm:git:git://github.com/pushbit/sprockets.git</connection>
		<url>https://github.com/pushbit/sprockets</url>
	</scm>
	<prerequisites>
		<maven>2.2.1</maven>
	</prerequisites>
</project>

POM Entry

<dependency>
   <groupId>net.sf.sprockets</groupId>
   <artifactId>sprockets</artifactId>
   <version>2.6.0</version>
</dependency>

Download

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



Download sprockets-2.6.0.jar file




PreviousNext

Related