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