MVN

com.danielflower.apprunner : restabuild

Maven & Gradle

Feb 01, 2022
7 stars

RestaBuild · Builds Git-hosted projects via a REST API

<dependency>
    <groupId>com.danielflower.apprunner</groupId>
    <artifactId>restabuild</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.danielflower.apprunner : restabuild to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.danielflower.apprunner : restabuild to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
restabuild-1.0.0
0.8.x
restabuild-0.8.13
restabuild-0.8.11
restabuild-0.8.8
0.6.x
restabuild-0.6.16
restabuild-0.6.15
restabuild-0.6.12
restabuild-0.6.10
restabuild-0.6.9
restabuild-0.6.6
restabuild-0.6.0
0.5.x
restabuild-0.5.1
0.4.x
restabuild-0.4.2
restabuild-0.4.0
0.3.x
restabuild-0.3.8
restabuild-0.3.6
restabuild-0.3.5
restabuild-0.3.2
restabuild-0.3.1
0.2.x
restabuild-0.2.13
restabuild-0.2.12
restabuild-0.2.11
restabuild-0.2.10
restabuild-0.2.9
restabuild-0.2.8
restabuild-0.2.5
0.1.x
restabuild-0.1.1

How to add a dependency to Maven

Add the following com.danielflower.apprunner : restabuild maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.danielflower.apprunner</groupId>
    <artifactId>restabuild</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.danielflower.apprunner : restabuild gradle dependency to your build.gradle file:

implementation 'com.danielflower.apprunner:restabuild:1.0.0'

Gradle Kotlin DSL: Add the following com.danielflower.apprunner : restabuild gradle kotlin dependency to your build.gradle.kts file:

implementation("com.danielflower.apprunner:restabuild:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.danielflower.apprunner : restabuild sbt scala dependency to your build.sbt file:

libraryDependencies += "com.danielflower.apprunner" % "restabuild" % "1.0.0"

Advertisement