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