GroupId | GroupIdcom.mercateo |
---|---|
ArtifactId | ArtifactIdcommon.rest.schemagen |
Version | Version0.18.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mercateo/common.rest.schemagen/ -->
<dependency>
<groupId>com.mercateo</groupId>
<artifactId>common.rest.schemagen</artifactId>
<version>0.18.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo/common.rest.schemagen/
implementation 'com.mercateo:common.rest.schemagen:0.18.10'
// https://jarcasting.com/artifacts/com.mercateo/common.rest.schemagen/
implementation ("com.mercateo:common.rest.schemagen:0.18.10")
'com.mercateo:common.rest.schemagen:jar:0.18.10'
<dependency org="com.mercateo" name="common.rest.schemagen" rev="0.18.10">
<artifact name="common.rest.schemagen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo', module='common.rest.schemagen', version='0.18.10')
)
libraryDependencies += "com.mercateo" % "common.rest.schemagen" % "0.18.10"
[com.mercateo/common.rest.schemagen "0.18.10"]