| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.bordertech.restfriends | 
    
| ArtifactId | ArtifactIdrestfriends-envelope | 
    
| Version | Version2.0.0-beta-1 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionrestfriends-envelope 
            REST Response Envelope 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-envelope/ -->
<dependency>
    <groupId>com.github.bordertech.restfriends</groupId>
    <artifactId>restfriends-envelope</artifactId>
    <version>2.0.0-beta-1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-envelope/
implementation 'com.github.bordertech.restfriends:restfriends-envelope:2.0.0-beta-1'
                // https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-envelope/
implementation ("com.github.bordertech.restfriends:restfriends-envelope:2.0.0-beta-1")
                'com.github.bordertech.restfriends:restfriends-envelope:jar:2.0.0-beta-1'
                <dependency org="com.github.bordertech.restfriends" name="restfriends-envelope" rev="2.0.0-beta-1">
  <artifact name="restfriends-envelope" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-envelope', version='2.0.0-beta-1')
)
                libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-envelope" % "2.0.0-beta-1"
                [com.github.bordertech.restfriends/restfriends-envelope "2.0.0-beta-1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.vintage : junit-vintage-engine | jar | 5.5.0 |