GroupId | GroupIdcom.unbxd |
---|---|
ArtifactId | ArtifactIdhttp-publisher-engine |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
http-publisher-engine-1.3.pom | |
http-publisher-engine-1.3.jar | 41 KB |
http-publisher-engine-1.3-sources.jar | 26 KB |
http-publisher-engine-1.3-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unbxd/http-publisher-engine/ -->
<dependency>
<groupId>com.unbxd</groupId>
<artifactId>http-publisher-engine</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.unbxd/http-publisher-engine/
implementation 'com.unbxd:http-publisher-engine:1.3'
// https://jarcasting.com/artifacts/com.unbxd/http-publisher-engine/
implementation ("com.unbxd:http-publisher-engine:1.3")
'com.unbxd:http-publisher-engine:jar:1.3'
<dependency org="com.unbxd" name="http-publisher-engine" rev="1.3">
<artifact name="http-publisher-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unbxd', module='http-publisher-engine', version='1.3')
)
libraryDependencies += "com.unbxd" % "http-publisher-engine" % "1.3"
[com.unbxd/http-publisher-engine "1.3"]