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