com.fizzed:queue-core

Parent pom for all Fizzed maven projects

License

License

GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

queue-core
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom for all Fizzed maven projects
Project Organization

Project Organization

Fizzed, Inc

Download queue-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.fizzed/queue-core/ -->
<dependency>
    <groupId>com.fizzed</groupId>
    <artifactId>queue-core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/queue-core/
implementation 'com.fizzed:queue-core:1.0.0'
// https://jarcasting.com/artifacts/com.fizzed/queue-core/
implementation ("com.fizzed:queue-core:1.0.0")
'com.fizzed:queue-core:jar:1.0.0'
<dependency org="com.fizzed" name="queue-core" rev="1.0.0">
  <artifact name="queue-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='queue-core', version='1.0.0')
)
libraryDependencies += "com.fizzed" % "queue-core" % "1.0.0"
[com.fizzed/queue-core "1.0.0"]

Dependencies

test (3)

Group / Artifact Type Version
org.hamcrest : java-hamcrest jar 2.0.0.0
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.7

Project Modules

There are no modules declared in this project.

Queue by Fizzed

Maven Central

Fizzed, Inc. (Follow on Twitter: @fizzed_inc)

Overview

Queue utility classes for Java. Basic in-memory implementations, but this project serves as the basis for other specific implementations (e.g. redis-plus will implement a version that works with Redis)

License

Copyright (C) 2020 Fizzed, Inc.

This work is licensed under the Apache License, Version 2.0. See LICENSE for details.

com.fizzed

Fizzed, Inc.

Helping companies launch and grow their mobile, web, and data products

Versions

Version
1.0.0