License |
License |
---|---|
Categories |
CategoriesKotlin Languages CLI User Interface ORM Data |
GroupId | GroupIdio.github.bradfordcan |
ArtifactId | ArtifactIdkotlin-client-petstore-multiplatform |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionpetstore-2
A demo for deployment to the Central Repository. A kotlin client library for OpenAPI Petstore by org.openapitools
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.bradfordcan/kotlin-client-petstore-multiplatform/ -->
<dependency>
<groupId>io.github.bradfordcan</groupId>
<artifactId>kotlin-client-petstore-multiplatform</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bradfordcan/kotlin-client-petstore-multiplatform/
implementation 'io.github.bradfordcan:kotlin-client-petstore-multiplatform:1.0.3'
// https://jarcasting.com/artifacts/io.github.bradfordcan/kotlin-client-petstore-multiplatform/
implementation ("io.github.bradfordcan:kotlin-client-petstore-multiplatform:1.0.3")
'io.github.bradfordcan:kotlin-client-petstore-multiplatform:jar:1.0.3'
<dependency org="io.github.bradfordcan" name="kotlin-client-petstore-multiplatform" rev="1.0.3">
<artifact name="kotlin-client-petstore-multiplatform" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bradfordcan', module='kotlin-client-petstore-multiplatform', version='1.0.3')
)
libraryDependencies += "io.github.bradfordcan" % "kotlin-client-petstore-multiplatform" % "1.0.3"
[io.github.bradfordcan/kotlin-client-petstore-multiplatform "1.0.3"]