License |
License |
---|---|
GroupId | GroupIdcom.danielflower.apprunner |
ArtifactId | ArtifactIdrestabuild |
Version | Version0.6.16 |
Type | Typejar |
Description |
DescriptionRestaBuild
Builds Git-hosted projects via a REST API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restabuild-0.6.16.pom | |
restabuild-0.6.16.jar | 13 MB |
restabuild-0.6.16-sources.jar | 21 KB |
restabuild-0.6.16-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/ -->
<dependency>
<groupId>com.danielflower.apprunner</groupId>
<artifactId>restabuild</artifactId>
<version>0.6.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/
implementation 'com.danielflower.apprunner:restabuild:0.6.16'
// https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/
implementation ("com.danielflower.apprunner:restabuild:0.6.16")
'com.danielflower.apprunner:restabuild:jar:0.6.16'
<dependency org="com.danielflower.apprunner" name="restabuild" rev="0.6.16">
<artifact name="restabuild" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.danielflower.apprunner', module='restabuild', version='0.6.16')
)
libraryDependencies += "com.danielflower.apprunner" % "restabuild" % "0.6.16"
[com.danielflower.apprunner/restabuild "0.6.16"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-client | jar | 9.4.15.v20190215 |
org.eclipse.jetty : jetty-util | jar | 9.4.15.v20190215 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
junit : junit | jar | 4.13.1 |