is not current version
Last Version 2.8.3

com.mastfrog:blather 2.6.8


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

blather
Version

Version

2.6.8
Type

Type

jar

Download blather 2.6.8


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