is not current version
Last Version 1.0.1

com.ginsberg:cirkle 1.0.0

Circularly-addressable `List` and `MutableList` for Kotlin.

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

com.ginsberg
ArtifactId

ArtifactId

cirkle
Version

Version

1.0.0
Type

Type

jar

Download cirkle 1.0.0


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