License |
License |
---|---|
GroupId | GroupIdcom.tomgibara.choose |
ArtifactId | ArtifactIdchoose |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionChoose
A small library for combinations.
|
Filename | Size |
---|---|
choose-1.0.0.pom | |
choose-1.0.0.jar | 26 KB |
choose-1.0.0-sources.jar | 19 KB |
choose-1.0.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomgibara.choose/choose/ -->
<dependency>
<groupId>com.tomgibara.choose</groupId>
<artifactId>choose</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.choose/choose/
implementation 'com.tomgibara.choose:choose:1.0.0'
// https://jarcasting.com/artifacts/com.tomgibara.choose/choose/
implementation ("com.tomgibara.choose:choose:1.0.0")
'com.tomgibara.choose:choose:jar:1.0.0'
<dependency org="com.tomgibara.choose" name="choose" rev="1.0.0">
<artifact name="choose" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.choose', module='choose', version='1.0.0')
)
libraryDependencies += "com.tomgibara.choose" % "choose" % "1.0.0"
[com.tomgibara.choose/choose "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |