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