| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages Net |
| GroupId | GroupIdnet.odoframework |
| ArtifactId | ArtifactIdodo-kotlin-dsl |
| Version | Version0.0.9 |
| Type | Typejar |
| Description |
DescriptionFramework for building Serverless applications
|
| Filename | Size |
|---|---|
| odo-kotlin-dsl-0.0.9.pom | |
| odo-kotlin-dsl-0.0.9.jar | 11 KB |
| odo-kotlin-dsl-0.0.9-sources.jar | 2 KB |
| odo-kotlin-dsl-0.0.9-javadoc.jar | 273 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.odoframework/odo-kotlin-dsl/ -->
<dependency>
<groupId>net.odoframework</groupId>
<artifactId>odo-kotlin-dsl</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.odoframework/odo-kotlin-dsl/
implementation 'net.odoframework:odo-kotlin-dsl:0.0.9'
// https://jarcasting.com/artifacts/net.odoframework/odo-kotlin-dsl/
implementation ("net.odoframework:odo-kotlin-dsl:0.0.9")
'net.odoframework:odo-kotlin-dsl:jar:0.0.9'
<dependency org="net.odoframework" name="odo-kotlin-dsl" rev="0.0.9">
<artifact name="odo-kotlin-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.odoframework', module='odo-kotlin-dsl', version='0.0.9')
)
libraryDependencies += "net.odoframework" % "odo-kotlin-dsl" % "0.0.9"
[net.odoframework/odo-kotlin-dsl "0.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.odoframework : odo-service | jar | 0.0.9 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.5.21 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.platform : junit-platform-launcher | jar | 1.7.1 |