is not current version
Last Version 0.2.8

com.mattunderscore:shh-core 0.2.7

Core and shared code for parsing HTTP headers into structures.

GroupId

GroupId

com.mattunderscore
ArtifactId

ArtifactId

shh-core
Version

Version

0.2.7
Type

Type

jar

Download shh-core 0.2.7


<!-- https://jarcasting.com/artifacts/com.mattunderscore/shh-core/ -->
<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>shh-core</artifactId>
    <version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/shh-core/
implementation 'com.mattunderscore:shh-core:0.2.7'
// https://jarcasting.com/artifacts/com.mattunderscore/shh-core/
implementation ("com.mattunderscore:shh-core:0.2.7")
'com.mattunderscore:shh-core:jar:0.2.7'
<dependency org="com.mattunderscore" name="shh-core" rev="0.2.7">
  <artifact name="shh-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='shh-core', version='0.2.7')
)
libraryDependencies += "com.mattunderscore" % "shh-core" % "0.2.7"
[com.mattunderscore/shh-core "0.2.7"]