| GroupId | GroupIdcom.github.smythasen |
|---|---|
| ArtifactId | ArtifactIdbuffalo |
| Version | Version1.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| buffalo-1.1.2.pom | |
| buffalo-1.1.2.jar | 28 KB |
| buffalo-1.1.2-sources.jar | 18 KB |
| buffalo-1.1.2-javadoc.jar | 160 KB |
| Browse |
<!-- 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"]