не последняя версия
Последняя версия 2.8.3

com.mastfrog:blather 2.6.6


Группа

Группа

com.mastfrog
Идентификатор

Идентификатор

blather
Версия

Версия

2.6.6
Тип

Тип

jar

Скачать blather 2.6.6


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