| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.bordertech.restfriends | 
    
| ArtifactId | ArtifactIdrestfriends-parent | 
    
| Version | Version2.0.0-beta-1 | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionrestfriends-parent 
            Utilities for working with Swagger and REST. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| restfriends-parent-2.0.0-beta-1.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-parent/ -->
<dependency>
    <groupId>com.github.bordertech.restfriends</groupId>
    <artifactId>restfriends-parent</artifactId>
    <version>2.0.0-beta-1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-parent/
implementation 'com.github.bordertech.restfriends:restfriends-parent:2.0.0-beta-1'
                // https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-parent/
implementation ("com.github.bordertech.restfriends:restfriends-parent:2.0.0-beta-1")
                'com.github.bordertech.restfriends:restfriends-parent:pom:2.0.0-beta-1'
                <dependency org="com.github.bordertech.restfriends" name="restfriends-parent" rev="2.0.0-beta-1">
  <artifact name="restfriends-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-parent', version='2.0.0-beta-1')
)
                libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-parent" % "2.0.0-beta-1"
                [com.github.bordertech.restfriends/restfriends-parent "2.0.0-beta-1"]