License |
License |
---|---|
GroupId | GroupIdcom.danielflower.apprunner |
ArtifactId | ArtifactIdrestabuild |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
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-1.0.0.pom | |
restabuild-1.0.0.jar | 13 MB |
restabuild-1.0.0-sources.jar | 21 KB |
restabuild-1.0.0-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/ -->
<dependency>
<groupId>com.danielflower.apprunner</groupId>
<artifactId>restabuild</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/
implementation 'com.danielflower.apprunner:restabuild:1.0.0'
// https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/
implementation ("com.danielflower.apprunner:restabuild:1.0.0")
'com.danielflower.apprunner:restabuild:jar:1.0.0'
<dependency org="com.danielflower.apprunner" name="restabuild" rev="1.0.0">
<artifact name="restabuild" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.danielflower.apprunner', module='restabuild', version='1.0.0')
)
libraryDependencies += "com.danielflower.apprunner" % "restabuild" % "1.0.0"
[com.danielflower.apprunner/restabuild "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-client | jar | 11.0.7 |
org.eclipse.jetty : jetty-util | jar | 11.0.7 |
org.hamcrest : hamcrest-core | jar | 2.2 |
org.hamcrest : hamcrest-library | jar | 2.2 |
org.hamcrest : hamcrest | jar | 2.2 |
junit : junit | jar | 4.13.2 |