is not current version
Last Version 2.3

com.github.MissThee:collection-compute 1.0

A application used as an example on how to set up pushing its components to the Central Repository.

GroupId

GroupId

com.github.MissThee
ArtifactId

ArtifactId

collection-compute
Version

Version

1.0
Type

Type

jar

Download collection-compute 1.0


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