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