| GroupId | GroupIdcom.danielflower.apprunner |
|---|---|
| ArtifactId | ArtifactIdapp-runner-router |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| app-runner-router-1.2.0.pom | |
| app-runner-router-1.2.0.jar | 9 MB |
| app-runner-router-1.2.0-sources.jar | 20 KB |
| app-runner-router-1.2.0-javadoc.jar | 129 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.danielflower.apprunner/app-runner-router/
implementation 'com.danielflower.apprunner:app-runner-router:1.2.0'
// https://jarcasting.com/artifacts/com.danielflower.apprunner/app-runner-router/
implementation ("com.danielflower.apprunner:app-runner-router:1.2.0")
'com.danielflower.apprunner:app-runner-router:jar:1.2.0'
<dependency org="com.danielflower.apprunner" name="app-runner-router" rev="1.2.0">
<artifact name="app-runner-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.danielflower.apprunner', module='app-runner-router', version='1.2.0')
)
libraryDependencies += "com.danielflower.apprunner" % "app-runner-router" % "1.2.0"
[com.danielflower.apprunner/app-runner-router "1.2.0"]