| GroupId | GroupIdcom.ejlchina |
|---|---|
| ArtifactId | ArtifactIdokhttps-xml |
| Version | Version3.4.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| okhttps-xml-3.4.3.pom | |
| okhttps-xml-3.4.3.jar | 3 KB |
| okhttps-xml-3.4.3-sources.jar | 2 KB |
| okhttps-xml-3.4.3-javadoc.jar | 335 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ejlchina/okhttps-xml/ -->
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps-xml</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ejlchina/okhttps-xml/
implementation 'com.ejlchina:okhttps-xml:3.4.3'
// https://jarcasting.com/artifacts/com.ejlchina/okhttps-xml/
implementation ("com.ejlchina:okhttps-xml:3.4.3")
'com.ejlchina:okhttps-xml:jar:3.4.3'
<dependency org="com.ejlchina" name="okhttps-xml" rev="3.4.3">
<artifact name="okhttps-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ejlchina', module='okhttps-xml', version='3.4.3')
)
libraryDependencies += "com.ejlchina" % "okhttps-xml" % "3.4.3"
[com.ejlchina/okhttps-xml "3.4.3"]