| GroupId | GroupIdcom.github.smythasen |
|---|---|
| ArtifactId | ArtifactIdbuffalo |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| buffalo-1.0.4.pom | |
| buffalo-1.0.4.jar | 30 KB |
| buffalo-1.0.4-sources.jar | 21 KB |
| buffalo-1.0.4-javadoc.jar | 158 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.smythasen/buffalo/ -->
<dependency>
<groupId>com.github.smythasen</groupId>
<artifactId>buffalo</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smythasen/buffalo/
implementation 'com.github.smythasen:buffalo:1.0.4'
// https://jarcasting.com/artifacts/com.github.smythasen/buffalo/
implementation ("com.github.smythasen:buffalo:1.0.4")
'com.github.smythasen:buffalo:jar:1.0.4'
<dependency org="com.github.smythasen" name="buffalo" rev="1.0.4">
<artifact name="buffalo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smythasen', module='buffalo', version='1.0.4')
)
libraryDependencies += "com.github.smythasen" % "buffalo" % "1.0.4"
[com.github.smythasen/buffalo "1.0.4"]