is not current version
Last Version 1.1.4

com.github.smythasen:buffalo 1.1.2

This is a Java general utils

GroupId

GroupId

com.github.smythasen
ArtifactId

ArtifactId

buffalo
Version

Version

1.1.2
Type

Type

jar

Download buffalo 1.1.2


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