GroupId | GroupIdcom.github.MissThee |
---|---|
ArtifactId | ArtifactIdcollection-compute |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
collection-compute-2.2.pom | |
collection-compute-2.2.jar | 6 KB |
collection-compute-2.2-sources.jar | 5 KB |
collection-compute-2.2-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.MissThee/collection-compute/ -->
<dependency>
<groupId>com.github.MissThee</groupId>
<artifactId>collection-compute</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.MissThee/collection-compute/
implementation 'com.github.MissThee:collection-compute:2.2'
// https://jarcasting.com/artifacts/com.github.MissThee/collection-compute/
implementation ("com.github.MissThee:collection-compute:2.2")
'com.github.MissThee:collection-compute:jar:2.2'
<dependency org="com.github.MissThee" name="collection-compute" rev="2.2">
<artifact name="collection-compute" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.MissThee', module='collection-compute', version='2.2')
)
libraryDependencies += "com.github.MissThee" % "collection-compute" % "2.2"
[com.github.MissThee/collection-compute "2.2"]