GroupId | GroupIdorg.omnaest.utils |
---|---|
ArtifactId | ArtifactIdutils-apl-derived-rest |
Version | Version0.2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.omnaest.utils/utils-apl-derived-rest/ -->
<dependency>
<groupId>org.omnaest.utils</groupId>
<artifactId>utils-apl-derived-rest</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.omnaest.utils/utils-apl-derived-rest/
implementation 'org.omnaest.utils:utils-apl-derived-rest:0.2.8'
// https://jarcasting.com/artifacts/org.omnaest.utils/utils-apl-derived-rest/
implementation ("org.omnaest.utils:utils-apl-derived-rest:0.2.8")
'org.omnaest.utils:utils-apl-derived-rest:jar:0.2.8'
<dependency org="org.omnaest.utils" name="utils-apl-derived-rest" rev="0.2.8">
<artifact name="utils-apl-derived-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.omnaest.utils', module='utils-apl-derived-rest', version='0.2.8')
)
libraryDependencies += "org.omnaest.utils" % "utils-apl-derived-rest" % "0.2.8"
[org.omnaest.utils/utils-apl-derived-rest "0.2.8"]