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