GroupId | GroupIdcom.github.terma |
---|---|
ArtifactId | ArtifactIdfast-select |
Version | Version2.9 |
Type | Typejar |
Filename | Size |
---|---|
fast-select-2.9.pom | |
fast-select-2.9.jar | 111 KB |
fast-select-2.9-sources.jar | 82 KB |
fast-select-2.9-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.terma/fast-select/ -->
<dependency>
<groupId>com.github.terma</groupId>
<artifactId>fast-select</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.terma/fast-select/
implementation 'com.github.terma:fast-select:2.9'
// https://jarcasting.com/artifacts/com.github.terma/fast-select/
implementation ("com.github.terma:fast-select:2.9")
'com.github.terma:fast-select:jar:2.9'
<dependency org="com.github.terma" name="fast-select" rev="2.9">
<artifact name="fast-select" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.terma', module='fast-select', version='2.9')
)
libraryDependencies += "com.github.terma" % "fast-select" % "2.9"
[com.github.terma/fast-select "2.9"]