Download bigdime-commons-0.0.9.jar file

Introduction

You can download bigdime-commons-0.0.9.jar in this page.

License

Open Source

Type List

bigdime-commons-0.0.9.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.bigdime/bigdime-commons/pom.properties
META-INF/maven/io.bigdime/bigdime-commons/pom.xml
io.bigdime.core.commons.DataConstants.class
io.bigdime.core.commons.DescriptorParser.class
io.bigdime.core.commons.DescriptorParserFactory.class
io.bigdime.core.commons.FileHelper.class
io.bigdime.core.commons.JsonHelper.class
io.bigdime.core.commons.MapDescriptorParser.class
io.bigdime.core.commons.PropertyHelper.class
io.bigdime.core.commons.StringDescriptorParser.class
io.bigdime.core.commons.StringHelper.class
io.bigdime.core.commons.TimeManager.class
io.bigdime.util.MultipleConsumerQueue.class
io.bigdime.util.SubscriberQueue.class

Pom

bigdime-commons-0.0.9.pom file content.

<!--

    Copyright (C) 2015 Stubhub.

-->
<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>
	<artifactId>bigdime-commons</artifactId>
	<packaging>jar</packaging>
	<name>bigdime commons</name>
	<url>http://www.bigdime.io</url>

	<parent>
		<groupId>io.bigdime</groupId>
		<artifactId>bigdime</artifactId>
		<version>0.0.9</version>
	</parent>
	<properties>
		<joda.time>2.1</joda.time>
	</properties>
	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>joda-time</groupId>
				<artifactId>joda-time</artifactId>
				<version>${joda.time}</version>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<dependencies>
		<dependency>
			<groupId>joda-time</groupId>
			<artifactId>joda-time</artifactId>
		</dependency>
		<dependency>
			<groupId>org.testng</groupId>
			<artifactId>testng</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-all</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
		</dependency>
		<!-- Json -->
		<dependency>
			<groupId>org.codehaus.jackson</groupId>
			<artifactId>jackson-mapper-asl</artifactId>
		</dependency>

		<!-- Spring -->
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.data</groupId>
			<artifactId>spring-data-jpa</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-beans</artifactId>
		</dependency>
		<dependency>
			<groupId>com.google.guava</groupId>
			<artifactId>guava</artifactId>
		</dependency>
		<dependency>
			<artifactId>commons-io</artifactId>
			<groupId>commons-io</groupId>
		</dependency>
		<dependency>
			<artifactId>bigdime-alerting-api</artifactId>
			<groupId>io.bigdime</groupId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<artifactId>bigdime-alerting-impl</artifactId>
			<groupId>io.bigdime</groupId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.bigdime</groupId>
   <artifactId>bigdime-commons</artifactId>
   <version>0.0.9</version>
</dependency>

Download

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



Download bigdime-commons-0.0.9.jar file




PreviousNext

Related