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