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