GroupId | GroupIdcom.github.restup |
---|---|
ArtifactId | ArtifactIdup-controller |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
up-controller-0.0.1.pom | |
up-controller-0.0.1.jar | 122 KB |
up-controller-0.0.1-sources.jar | 72 KB |
up-controller-0.0.1-javadoc.jar | 550 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.restup/up-controller/ -->
<dependency>
<groupId>com.github.restup</groupId>
<artifactId>up-controller</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup/up-controller/
implementation 'com.github.restup:up-controller:0.0.1'
// https://jarcasting.com/artifacts/com.github.restup/up-controller/
implementation ("com.github.restup:up-controller:0.0.1")
'com.github.restup:up-controller:jar:0.0.1'
<dependency org="com.github.restup" name="up-controller" rev="0.0.1">
<artifact name="up-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup', module='up-controller', version='0.0.1')
)
libraryDependencies += "com.github.restup" % "up-controller" % "0.0.1"
[com.github.restup/up-controller "0.0.1"]