b

bass-http

Files download
File Operation
bass-http-0.0.9.jar download
bass-http-0.0.9.pom download
bass-http-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.starxmind</groupId>
  <artifactId>bass-http</artifactId>
  <version>0.0.9</version>
</dependency>
Gradle Groovy
implementation 'com.starxmind:bass-http:0.0.9'
Gradle Kotlin
implementation("com.starxmind:bass-http:0.0.9")
Scala SBT
libraryDependencies += "com.starxmind" % "bass-http" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.starxmind', module='bass-http', version='0.0.9')
)
Apache Ivy
<dependency org="com.starxmind" name="bass-http" rev="0.0.9" />
Leiningen
[com.starxmind/bass-http "0.0.9"]
Apache Buildr
'com.starxmind:bass-http:jar:0.0.9'