Maven Repository - POM file for Development yak-dev-common 2.4.16 2.4.16

Summary

yak-dev-common.

Crazy Yak.

Declaration

Here is the list of declaration for yak-dev-common. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.crazyyak.dev</groupId>
   <artifactId>yak-dev-common</artifactId>
   <version>2.4.16</version>
</dependency>

If you think this Maven repository POM file listing for yak-dev-common is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.

Depends on

The yak-dev-common-2.4.16 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Java Libraryjoda-time 2.3
Date and time library to replace JDK date handling
335
Loglog4j 1.2.17
Apache Log4j 1.2
440
Logcommons-logging 1.1.3
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
144
Data Structurejoda-money 0.9.1
Money repesentation and formatting
49




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.crazyyak.dev</groupId>
  <artifactId>yak-dev-common</artifactId>
  <version>2.4.16</version>
  <name>yak-dev-common</name>
  <description>Crazy Yak</description>
  <url>http://www.crazyyak.org</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>git@bitbucket.org:sierragrp/crazy-yak.git</connection>
    <url>https://bitbucket.org/sierragrp/crazy-yak</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.17</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.joda</groupId>
      <artifactId>joda-money</artifactId>
      <version>0.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.3.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>