b

bass-http

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