| License |
License |
|---|---|
| GroupId | GroupIdcom.github.joaocruz04 |
| ArtifactId | ArtifactIdjsoap |
| Version | Version1.0.2 |
| Type | Typeaar |
| Description |
DescriptionJSoap Library
SOAP library for Android projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsoap-1.0.2.pom | |
| jsoap-1.0.2.aar | 212 KB |
| jsoap-1.0.2-sources.jar | 10 KB |
| jsoap-1.0.2-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.joaocruz04/jsoap/ -->
<dependency>
<groupId>com.github.joaocruz04</groupId>
<artifactId>jsoap</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.joaocruz04/jsoap/
implementation 'com.github.joaocruz04:jsoap:1.0.2'
// https://jarcasting.com/artifacts/com.github.joaocruz04/jsoap/
implementation ("com.github.joaocruz04:jsoap:1.0.2")
'com.github.joaocruz04:jsoap:aar:1.0.2'
<dependency org="com.github.joaocruz04" name="jsoap" rev="1.0.2">
<artifact name="jsoap" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.joaocruz04', module='jsoap', version='1.0.2')
)
libraryDependencies += "com.github.joaocruz04" % "jsoap" % "1.0.2"
[com.github.joaocruz04/jsoap "1.0.2"]