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