License |
License
MIT
|
---|---|
GroupId | GroupIdcom.eventflit |
ArtifactId | ArtifactIdeventflit-websocket-android |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Description'Eventflit Android Library'
A wrapper around eventflit-websocket-java for a better Android experience
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.eventflit/eventflit-websocket-android/ -->
<dependency>
<groupId>com.eventflit</groupId>
<artifactId>eventflit-websocket-android</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.eventflit/eventflit-websocket-android/
implementation 'com.eventflit:eventflit-websocket-android:0.1.0'
// https://jarcasting.com/artifacts/com.eventflit/eventflit-websocket-android/
implementation ("com.eventflit:eventflit-websocket-android:0.1.0")
'com.eventflit:eventflit-websocket-android:aar:0.1.0'
<dependency org="com.eventflit" name="eventflit-websocket-android" rev="0.1.0">
<artifact name="eventflit-websocket-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.eventflit', module='eventflit-websocket-android', version='0.1.0')
)
libraryDependencies += "com.eventflit" % "eventflit-websocket-android" % "0.1.0"
[com.eventflit/eventflit-websocket-android "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.eventflit : eventflit-java-client | jar | 0.1.0 |
com.loopj.android : android-async-http | jar | 1.4.9 |