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