GroupId | GroupIdcom.github.bordertech.restfriends |
---|---|
ArtifactId | ArtifactIdrestfriends-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
restfriends-parent-1.0.0.pom | 1 KB |
Browse |
<!-- 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"]