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