Download SunriseSunsetCalculator-1.2.jar file

Introduction

You can download SunriseSunsetCalculator-1.2.jar in this page.

License

The Apache Software License, Version 2.0

Type List

SunriseSunsetCalculator-1.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.luckycatlabs/SunriseSunsetCalculator/pom.properties
META-INF/maven/com.luckycatlabs/SunriseSunsetCalculator/pom.xml
com.luckycatlabs.sunrisesunset.SunriseSunsetCalculator.class
com.luckycatlabs.sunrisesunset.Zenith.class
com.luckycatlabs.sunrisesunset.calculator.SolarEventCalculator.class
com.luckycatlabs.sunrisesunset.dto.Location.class

Pom

SunriseSunsetCalculator-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>
  <groupId>com.luckycatlabs</groupId>
  <artifactId>SunriseSunsetCalculator</artifactId>
  <packaging>jar</packaging>
  <version>1.2</version>
  <name>SunriseSunsetCalculator</name>
  <description>Libarary to compute the sunrise/sunset.</description>
  <url>https://github.com/mikereedell/sunrisesunsetlib-java</url>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Mike Reedell</name>
      <email>mike@reedell.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:mikereedell/sunrisesunsetlib-java.git</connection>
    <developerConnection>scm:git:git@github.com:mikereedell/sunrisesunsetlib-java.git</developerConnection>
    <url>git@github.com:mikereedell/sunrisesunsetlib-java.git</url>
  </scm>
  <build>
	<plugins>
	  <plugin>
		<groupId>org.apache.maven.plugins</groupId>
		<artifactId>maven-compiler-plugin</artifactId>
		<version>2.0.2</version>
		<configuration>
		  <source>1.6</source>
		  <target>1.6</target>
		</configuration>
	  </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <version>1.5</version>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
	</plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.5</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.luckycatlabs</groupId>
   <artifactId>SunriseSunsetCalculator</artifactId>
   <version>1.2</version>
</dependency>

Download

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



Download SunriseSunsetCalculator-1.2.jar file




PreviousNext

Related