com.fizzed:queue

Parent pom for all Fizzed maven projects

License

License

GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

queue
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Parent pom for all Fizzed maven projects
Project Organization

Project Organization

Fizzed, Inc
Source Code Management

Source Code Management

https://github.com/fizzed/queue

Download queue

Filename Size
queue-1.0.0.pom 2 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • queue-core

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