is not current version
Last Version 2.18

com.extollit:data-structures 2.14

Convenience class for facilitating some common RabbitMQ tasks.

Categories

Categories

Data Data Structures
GroupId

GroupId

com.extollit
ArtifactId

ArtifactId

data-structures
Version

Version

2.14
Type

Type

jar

Download data-structures 2.14


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