GroupId | GroupIdcom.github.bordertech.restfriends |
---|---|
ArtifactId | ArtifactIdrestfriends-envelope |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-envelope/ -->
<dependency>
<groupId>com.github.bordertech.restfriends</groupId>
<artifactId>restfriends-envelope</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-envelope/
implementation 'com.github.bordertech.restfriends:restfriends-envelope:1.0.2'
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-envelope/
implementation ("com.github.bordertech.restfriends:restfriends-envelope:1.0.2")
'com.github.bordertech.restfriends:restfriends-envelope:jar:1.0.2'
<dependency org="com.github.bordertech.restfriends" name="restfriends-envelope" rev="1.0.2">
<artifact name="restfriends-envelope" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-envelope', version='1.0.2')
)
libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-envelope" % "1.0.2"
[com.github.bordertech.restfriends/restfriends-envelope "1.0.2"]