is not current version
Last Version 2.0.0-beta-1

com.github.bordertech.restfriends:restfriends-parent 1.0.0

Utilities for working with Swagger and REST.

GroupId

GroupId

com.github.bordertech.restfriends
ArtifactId

ArtifactId

restfriends-parent
Version

Version

1.0.0
Type

Type

pom

Download restfriends-parent 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-parent/ -->
<dependency>
    <groupId>com.github.bordertech.restfriends</groupId>
    <artifactId>restfriends-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-parent/
implementation 'com.github.bordertech.restfriends:restfriends-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-parent/
implementation ("com.github.bordertech.restfriends:restfriends-parent:1.0.0")
'com.github.bordertech.restfriends:restfriends-parent:pom:1.0.0'
<dependency org="com.github.bordertech.restfriends" name="restfriends-parent" rev="1.0.0">
  <artifact name="restfriends-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-parent', version='1.0.0')
)
libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-parent" % "1.0.0"
[com.github.bordertech.restfriends/restfriends-parent "1.0.0"]