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