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