GroupId | GroupIdcom.hannesdorfmann |
---|---|
ArtifactId | ArtifactIdhttpkit-simple-xml |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
httpkit-simple-xml-1.5.1.pom | |
httpkit-simple-xml-1.5.1.jar | 3 KB |
httpkit-simple-xml-1.5.1-sources.jar | 1 KB |
httpkit-simple-xml-1.5.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-simple-xml/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>httpkit-simple-xml</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-simple-xml/
implementation 'com.hannesdorfmann:httpkit-simple-xml:1.5.1'
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-simple-xml/
implementation ("com.hannesdorfmann:httpkit-simple-xml:1.5.1")
'com.hannesdorfmann:httpkit-simple-xml:jar:1.5.1'
<dependency org="com.hannesdorfmann" name="httpkit-simple-xml" rev="1.5.1">
<artifact name="httpkit-simple-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='httpkit-simple-xml', version='1.5.1')
)
libraryDependencies += "com.hannesdorfmann" % "httpkit-simple-xml" % "1.5.1"
[com.hannesdorfmann/httpkit-simple-xml "1.5.1"]