Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdvn.tiki.widgets |
ArtifactId | ArtifactIdautocompleteemail |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
autocompleteemail-1.0.0.pom | |
autocompleteemail-1.0.0.aar | 18 KB |
autocompleteemail-1.0.0-sources.jar | 1 KB |
autocompleteemail-1.0.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/vn.tiki.widgets/autocompleteemail/ -->
<dependency>
<groupId>vn.tiki.widgets</groupId>
<artifactId>autocompleteemail</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/vn.tiki.widgets/autocompleteemail/
implementation 'vn.tiki.widgets:autocompleteemail:1.0.0'
// https://jarcasting.com/artifacts/vn.tiki.widgets/autocompleteemail/
implementation ("vn.tiki.widgets:autocompleteemail:1.0.0")
'vn.tiki.widgets:autocompleteemail:aar:1.0.0'
<dependency org="vn.tiki.widgets" name="autocompleteemail" rev="1.0.0">
<artifact name="autocompleteemail" type="aar" />
</dependency>
@Grapes(
@Grab(group='vn.tiki.widgets', module='autocompleteemail', version='1.0.0')
)
libraryDependencies += "vn.tiki.widgets" % "autocompleteemail" % "1.0.0"
[vn.tiki.widgets/autocompleteemail "1.0.0"]