GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.typeahead |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.typeahead/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.typeahead</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.typeahead/
implementation 'org.tinygroup:org.tinygroup.typeahead:1.2.2'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.typeahead/
implementation ("org.tinygroup:org.tinygroup.typeahead:1.2.2")
'org.tinygroup:org.tinygroup.typeahead:jar:1.2.2'
<dependency org="org.tinygroup" name="org.tinygroup.typeahead" rev="1.2.2">
<artifact name="org.tinygroup.typeahead" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.typeahead', version='1.2.2')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.typeahead" % "1.2.2"
[org.tinygroup/org.tinygroup.typeahead "1.2.2"]