GroupId | GroupIdcom.mattunderscore |
---|---|
ArtifactId | ArtifactIdhttp-structured-headers |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mattunderscore/http-structured-headers/ -->
<dependency>
<groupId>com.mattunderscore</groupId>
<artifactId>http-structured-headers</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/http-structured-headers/
implementation 'com.mattunderscore:http-structured-headers:0.1.0'
// https://jarcasting.com/artifacts/com.mattunderscore/http-structured-headers/
implementation ("com.mattunderscore:http-structured-headers:0.1.0")
'com.mattunderscore:http-structured-headers:jar:0.1.0'
<dependency org="com.mattunderscore" name="http-structured-headers" rev="0.1.0">
<artifact name="http-structured-headers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='http-structured-headers', version='0.1.0')
)
libraryDependencies += "com.mattunderscore" % "http-structured-headers" % "0.1.0"
[com.mattunderscore/http-structured-headers "0.1.0"]