| License |
License |
|---|---|
| GroupId | GroupIdcom.github.smythasen |
| ArtifactId | ArtifactIdbuffalo |
| Version | Version1.1.4 |
| Type | Typejar |
| Description |
Descriptionbuffalo
This is a Java general utils
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| buffalo-1.1.4.pom | |
| buffalo-1.1.4.jar | 29 KB |
| buffalo-1.1.4-sources.jar | 19 KB |
| buffalo-1.1.4-javadoc.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.smythasen/buffalo/ -->
<dependency>
<groupId>com.github.smythasen</groupId>
<artifactId>buffalo</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smythasen/buffalo/
implementation 'com.github.smythasen:buffalo:1.1.4'
// https://jarcasting.com/artifacts/com.github.smythasen/buffalo/
implementation ("com.github.smythasen:buffalo:1.1.4")
'com.github.smythasen:buffalo:jar:1.1.4'
<dependency org="com.github.smythasen" name="buffalo" rev="1.1.4">
<artifact name="buffalo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smythasen', module='buffalo', version='1.1.4')
)
libraryDependencies += "com.github.smythasen" % "buffalo" % "1.1.4"
[com.github.smythasen/buffalo "1.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| com.google.guava : guava | jar | 23.0 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| commons-io : commons-io | jar | 2.6 |
| com.thoughtworks.xstream : xstream | jar | 1.4.15 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| com.alibaba : fastjson | jar | 1.2.70 |
| org.slf4j : slf4j-api Optional | jar | 1.7.30 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |