GroupId | GroupIdorg.omnaest.utils |
---|---|
ArtifactId | ArtifactIdutils-apl-derived-rest |
Version | Version0.2.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.omnaest.utils/utils-apl-derived-rest/
implementation 'org.omnaest.utils:utils-apl-derived-rest:0.2.3'
// https://jarcasting.com/artifacts/org.omnaest.utils/utils-apl-derived-rest/
implementation ("org.omnaest.utils:utils-apl-derived-rest:0.2.3")
'org.omnaest.utils:utils-apl-derived-rest:jar:0.2.3'
<dependency org="org.omnaest.utils" name="utils-apl-derived-rest" rev="0.2.3">
<artifact name="utils-apl-derived-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.omnaest.utils', module='utils-apl-derived-rest', version='0.2.3')
)
libraryDependencies += "org.omnaest.utils" % "utils-apl-derived-rest" % "0.2.3"
[org.omnaest.utils/utils-apl-derived-rest "0.2.3"]