| GroupId | GroupIdcom.mercateo |
|---|---|
| ArtifactId | ArtifactIdktor-server-lambda |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ktor-server-lambda-0.0.3.pom | 4 KB |
| ktor-server-lambda-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo/ktor-server-lambda/
implementation 'com.mercateo:ktor-server-lambda:0.0.3'
// https://jarcasting.com/artifacts/com.mercateo/ktor-server-lambda/
implementation ("com.mercateo:ktor-server-lambda:0.0.3")
'com.mercateo:ktor-server-lambda:jar:0.0.3'
<dependency org="com.mercateo" name="ktor-server-lambda" rev="0.0.3">
<artifact name="ktor-server-lambda" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo', module='ktor-server-lambda', version='0.0.3')
)
libraryDependencies += "com.mercateo" % "ktor-server-lambda" % "0.0.3"
[com.mercateo/ktor-server-lambda "0.0.3"]