| GroupId | GroupIdcom.mercateo |
|---|---|
| ArtifactId | ArtifactIdktor-server-lambda |
| Version | Version0.0.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ktor-server-lambda-0.0.11.pom | 5 KB |
| ktor-server-lambda-0.0.11-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mercateo/ktor-server-lambda/ -->
<dependency>
<groupId>com.mercateo</groupId>
<artifactId>ktor-server-lambda</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo/ktor-server-lambda/
implementation 'com.mercateo:ktor-server-lambda:0.0.11'
// https://jarcasting.com/artifacts/com.mercateo/ktor-server-lambda/
implementation ("com.mercateo:ktor-server-lambda:0.0.11")
'com.mercateo:ktor-server-lambda:jar:0.0.11'
<dependency org="com.mercateo" name="ktor-server-lambda" rev="0.0.11">
<artifact name="ktor-server-lambda" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo', module='ktor-server-lambda', version='0.0.11')
)
libraryDependencies += "com.mercateo" % "ktor-server-lambda" % "0.0.11"
[com.mercateo/ktor-server-lambda "0.0.11"]