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