GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdblather |
Version | Version2.6.12 |
Type | Typejar |
Filename | Size |
---|---|
blather-2.6.12.pom | |
blather-2.6.12.jar | 36 KB |
blather-2.6.12-tests.jar | 14 KB |
blather-2.6.12-sources.jar | 24 KB |
blather-2.6.12-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/blather/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>blather</artifactId>
<version>2.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/blather/
implementation 'com.mastfrog:blather:2.6.12'
// https://jarcasting.com/artifacts/com.mastfrog/blather/
implementation ("com.mastfrog:blather:2.6.12")
'com.mastfrog:blather:jar:2.6.12'
<dependency org="com.mastfrog" name="blather" rev="2.6.12">
<artifact name="blather" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='blather', version='2.6.12')
)
libraryDependencies += "com.mastfrog" % "blather" % "2.6.12"
[com.mastfrog/blather "2.6.12"]