MVN

rocks.bastion : bastion

Maven & Gradle

Aug 06, 2017

Bastion · A Java library for testing HTTP API endpoints.

<dependency>
    <groupId>rocks.bastion</groupId>
    <artifactId>bastion</artifactId>
    <version>0.7-BETA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rocks.bastion : bastion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7-BETA
  • Latest Beta: 0.7-BETA

All Versions

Choose a version of rocks.bastion : bastion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
bastion-0.7-BETA
0.6
bastion-0.6-BETA
0.5.x
bastion-0.5.2-BETA
bastion-0.5.1-BETA
0.5
bastion-0.5-BETA
0.4
bastion-0.4-BETA
0.3
bastion-0.3-BETA
0.2.x
bastion-0.2.2-BETA
bastion-0.2.1-BETA
0.2
bastion-0.2-BETA
0.1
bastion-0.1-BETA

How to add a dependency to Maven

Add the following rocks.bastion : bastion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>rocks.bastion</groupId>
    <artifactId>bastion</artifactId>
    <version>0.7-BETA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following rocks.bastion : bastion gradle dependency to your build.gradle file:

implementation 'rocks.bastion:bastion:0.7-BETA'

Gradle Kotlin DSL: Add the following rocks.bastion : bastion gradle kotlin dependency to your build.gradle.kts file:

implementation("rocks.bastion:bastion:0.7-BETA")

How to add a dependency to SBT Scala

SBT Scala: Add the following rocks.bastion : bastion sbt scala dependency to your build.sbt file:

libraryDependencies += "rocks.bastion" % "bastion" % "0.7-BETA"