GroupId | GroupIdcom.hannesdorfmann |
---|---|
ArtifactId | ArtifactIdhttpkit-simple-xml |
Version | Version1.4.1-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-simple-xml/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>httpkit-simple-xml</artifactId>
<version>1.4.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-simple-xml/
implementation 'com.hannesdorfmann:httpkit-simple-xml:1.4.1-RC1'
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-simple-xml/
implementation ("com.hannesdorfmann:httpkit-simple-xml:1.4.1-RC1")
'com.hannesdorfmann:httpkit-simple-xml:jar:1.4.1-RC1'
<dependency org="com.hannesdorfmann" name="httpkit-simple-xml" rev="1.4.1-RC1">
<artifact name="httpkit-simple-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='httpkit-simple-xml', version='1.4.1-RC1')
)
libraryDependencies += "com.hannesdorfmann" % "httpkit-simple-xml" % "1.4.1-RC1"
[com.hannesdorfmann/httpkit-simple-xml "1.4.1-RC1"]