You can download leaflet-0.7.5.jar in this page.
Copyright (c) 2010-2013, Vladimir Agafonkin Copyright (c) 2010-2011, CloudMade
leaflet-0.7.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.webjars/leaflet/pom.properties META-INF/maven/org.webjars/leaflet/pom.xml META-INF/resources/webjars/leaflet/0.7.5/images/layers-2x.png META-INF/resources/webjars/leaflet/0.7.5/images/layers.png META-INF/resources/webjars/leaflet/0.7.5/images/marker-icon-2x.png META-INF/resources/webjars/leaflet/0.7.5/images/marker-icon.png META-INF/resources/webjars/leaflet/0.7.5/images/marker-shadow.png META-INF/resources/webjars/leaflet/0.7.5/leaflet-src.js META-INF/resources/webjars/leaflet/0.7.5/leaflet.css META-INF/resources/webjars/leaflet/0.7.5/leaflet.js
leaflet-0.7.5.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <packaging>jar</packaging> <groupId>org.webjars</groupId> <artifactId>leaflet</artifactId> <version>0.7.5</version> <name>Leaflet</name> <description>WebJar for Leaflet</description> <url>http://webjars.org</url> <developers> <developer> <id>jamesward</id> <name>James Ward</name> <email>james@jamesward.com</email> </developer> </developers> <licenses> <license> <name>Copyright (c) 2010-2013, Vladimir Agafonkin Copyright (c) 2010-2011, CloudMade</name> <url>https://github.com/Leaflet/Leaflet/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://github.com/webjars/leaflet</url> <connection>scm:git:https://github.com/webjars/leaflet.git</connection> <developerConnection>scm:git:https://github.com/webjars/leaflet.git</developerConnection> <tag>leaflet-0.7.5</tag> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <upstream.version>0.7.5</upstream.version> <upstream.url>http://cdn.leafletjs.com/downloads</upstream.url> <destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstream.version}</destDir> <requirejs> { paths: { "leaflet": "leaflet" }, shim: { "leaflet": { "exports": "L" } } } </requirejs> </properties> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>wagon-maven-plugin</artifactId> <version>1.0-beta-4</version> <executions> <execution> <phase>process-resources</phase> <goals> <goal>download-single</goal> </goals> <configuration> <url>${upstream.url}</url> <fromFile>leaflet-${upstream.version}.zip</fromFile> <toFile>${project.build.directory}/${project.artifactId}.zip</toFile> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> <executions> <execution> <phase>process-resources</phase> <goals><goal>run</goal></goals> <configuration> <target> <echo message="unzip archive" /> <unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}/leaflet" /> <echo message="moving resources" /> <move todir="${destDir}"> <fileset dir="${project.build.directory}/leaflet" /> </move> </target> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.1</version> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.5</version> <extensions>true</extensions> <configuration> <serverId>sonatype-nexus-staging</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.webjars</groupId> <artifactId>leaflet</artifactId> <version>0.7.5</version> </dependency>
If you think the following leaflet-0.7.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download leaflet-0.7.5.jar file