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