| GroupId | GroupIdcom.sourceclear.headlines |
|---|---|
| ArtifactId | ArtifactIdhttp-only |
| Version | Version0.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-only-0.1.5.pom | |
| http-only-0.1.5.jar | 1 KB |
| http-only-0.1.5-sources.jar | 696 bytes |
| http-only-0.1.5-javadoc.jar | 333 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sourceclear.headlines/http-only/ -->
<dependency>
<groupId>com.sourceclear.headlines</groupId>
<artifactId>http-only</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sourceclear.headlines/http-only/
implementation 'com.sourceclear.headlines:http-only:0.1.5'
// https://jarcasting.com/artifacts/com.sourceclear.headlines/http-only/
implementation ("com.sourceclear.headlines:http-only:0.1.5")
'com.sourceclear.headlines:http-only:jar:0.1.5'
<dependency org="com.sourceclear.headlines" name="http-only" rev="0.1.5">
<artifact name="http-only" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sourceclear.headlines', module='http-only', version='0.1.5')
)
libraryDependencies += "com.sourceclear.headlines" % "http-only" % "0.1.5"
[com.sourceclear.headlines/http-only "0.1.5"]