| GroupId | GroupIdcom.danielflower.apprunner |
|---|---|
| ArtifactId | ArtifactIdapp-runner-router |
| Version | Version1.10.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| app-runner-router-1.10.8.pom | |
| app-runner-router-1.10.8.jar | 7 MB |
| app-runner-router-1.10.8-sources.jar | 28 KB |
| app-runner-router-1.10.8-javadoc.jar | 155 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.danielflower.apprunner/app-runner-router/ -->
<dependency>
<groupId>com.danielflower.apprunner</groupId>
<artifactId>app-runner-router</artifactId>
<version>1.10.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.danielflower.apprunner/app-runner-router/
implementation 'com.danielflower.apprunner:app-runner-router:1.10.8'
// https://jarcasting.com/artifacts/com.danielflower.apprunner/app-runner-router/
implementation ("com.danielflower.apprunner:app-runner-router:1.10.8")
'com.danielflower.apprunner:app-runner-router:jar:1.10.8'
<dependency org="com.danielflower.apprunner" name="app-runner-router" rev="1.10.8">
<artifact name="app-runner-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.danielflower.apprunner', module='app-runner-router', version='1.10.8')
)
libraryDependencies += "com.danielflower.apprunner" % "app-runner-router" % "1.10.8"
[com.danielflower.apprunner/app-runner-router "1.10.8"]