GroupId | GroupIdcom.github.bordertech.webfriends |
---|---|
ArtifactId | ArtifactIdwebfriends-api |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
webfriends-api-0.0.2.pom | |
webfriends-api-0.0.2.jar | 155 KB |
webfriends-api-0.0.2-tests.jar | 1 KB |
webfriends-api-0.0.2-sources.jar | 124 KB |
webfriends-api-0.0.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.webfriends/webfriends-api/ -->
<dependency>
<groupId>com.github.bordertech.webfriends</groupId>
<artifactId>webfriends-api</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.webfriends/webfriends-api/
implementation 'com.github.bordertech.webfriends:webfriends-api:0.0.2'
// https://jarcasting.com/artifacts/com.github.bordertech.webfriends/webfriends-api/
implementation ("com.github.bordertech.webfriends:webfriends-api:0.0.2")
'com.github.bordertech.webfriends:webfriends-api:jar:0.0.2'
<dependency org="com.github.bordertech.webfriends" name="webfriends-api" rev="0.0.2">
<artifact name="webfriends-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.webfriends', module='webfriends-api', version='0.0.2')
)
libraryDependencies += "com.github.bordertech.webfriends" % "webfriends-api" % "0.0.2"
[com.github.bordertech.webfriends/webfriends-api "0.0.2"]