GroupId | GroupIdcom.github.ptv-logistics |
---|---|
ArtifactId | ArtifactIdopenapi-generator-online |
Version | Version5.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ptv-logistics/openapi-generator-online/ -->
<dependency>
<groupId>com.github.ptv-logistics</groupId>
<artifactId>openapi-generator-online</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptv-logistics/openapi-generator-online/
implementation 'com.github.ptv-logistics:openapi-generator-online:5.0.1'
// https://jarcasting.com/artifacts/com.github.ptv-logistics/openapi-generator-online/
implementation ("com.github.ptv-logistics:openapi-generator-online:5.0.1")
'com.github.ptv-logistics:openapi-generator-online:jar:5.0.1'
<dependency org="com.github.ptv-logistics" name="openapi-generator-online" rev="5.0.1">
<artifact name="openapi-generator-online" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptv-logistics', module='openapi-generator-online', version='5.0.1')
)
libraryDependencies += "com.github.ptv-logistics" % "openapi-generator-online" % "5.0.1"
[com.github.ptv-logistics/openapi-generator-online "5.0.1"]