GroupId | GroupIdcom.danielflower.apprunner |
---|---|
ArtifactId | ArtifactIdrestabuild |
Version | Version0.3.5 |
Type | Typejar |
Filename | Size |
---|---|
restabuild-0.3.5.pom | |
restabuild-0.3.5.jar | 8 MB |
restabuild-0.3.5-sources.jar | 19 KB |
restabuild-0.3.5-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/ -->
<dependency>
<groupId>com.danielflower.apprunner</groupId>
<artifactId>restabuild</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/
implementation 'com.danielflower.apprunner:restabuild:0.3.5'
// https://jarcasting.com/artifacts/com.danielflower.apprunner/restabuild/
implementation ("com.danielflower.apprunner:restabuild:0.3.5")
'com.danielflower.apprunner:restabuild:jar:0.3.5'
<dependency org="com.danielflower.apprunner" name="restabuild" rev="0.3.5">
<artifact name="restabuild" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.danielflower.apprunner', module='restabuild', version='0.3.5')
)
libraryDependencies += "com.danielflower.apprunner" % "restabuild" % "0.3.5"
[com.danielflower.apprunner/restabuild "0.3.5"]