GroupId | GroupIdcom.github.bordertech.webfriends |
---|---|
ArtifactId | ArtifactIdwebfriends-api |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
webfriends-api-0.0.1.pom | |
webfriends-api-0.0.1.jar | 125 KB |
webfriends-api-0.0.1-tests.jar | 1 KB |
webfriends-api-0.0.1-sources.jar | 99 KB |
webfriends-api-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.webfriends/webfriends-api/
implementation 'com.github.bordertech.webfriends:webfriends-api:0.0.1'
// https://jarcasting.com/artifacts/com.github.bordertech.webfriends/webfriends-api/
implementation ("com.github.bordertech.webfriends:webfriends-api:0.0.1")
'com.github.bordertech.webfriends:webfriends-api:jar:0.0.1'
<dependency org="com.github.bordertech.webfriends" name="webfriends-api" rev="0.0.1">
<artifact name="webfriends-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.webfriends', module='webfriends-api', version='0.0.1')
)
libraryDependencies += "com.github.bordertech.webfriends" % "webfriends-api" % "0.0.1"
[com.github.bordertech.webfriends/webfriends-api "0.0.1"]