GroupId | GroupIdcom.github.MissThee |
---|---|
ArtifactId | ArtifactIdcollection-compute |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
collection-compute-1.0.pom | |
collection-compute-1.0.jar | 7 KB |
collection-compute-1.0-sources.jar | 5 KB |
collection-compute-1.0-javadoc.jar | 31 KB |
Browse |
<!-- 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"]