License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.saulpower.fayeclient |
ArtifactId | ArtifactIdparent |
Version | Version1.1 |
Type | Typepom |
Description |
DescriptionAndroid Faye Client Library
A Faye client library for Android
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.saulpower.fayeclient/parent/ -->
<dependency>
<groupId>com.saulpower.fayeclient</groupId>
<artifactId>parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.saulpower.fayeclient/parent/
implementation 'com.saulpower.fayeclient:parent:1.1'
// https://jarcasting.com/artifacts/com.saulpower.fayeclient/parent/
implementation ("com.saulpower.fayeclient:parent:1.1")
'com.saulpower.fayeclient:parent:pom:1.1'
<dependency org="com.saulpower.fayeclient" name="parent" rev="1.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.saulpower.fayeclient', module='parent', version='1.1')
)
libraryDependencies += "com.saulpower.fayeclient" % "parent" % "1.1"
[com.saulpower.fayeclient/parent "1.1"]