Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.opensourcebim |
ArtifactId | ArtifactIdoauthclienttest |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
oauthclienttest-0.0.7.pom | |
oauthclienttest-0.0.7.jar | 223 KB |
oauthclienttest-0.0.7-plugin.xml | 275 bytes |
oauthclienttest-0.0.7-icon.png | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/oauthclienttest/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>oauthclienttest</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/oauthclienttest/
implementation 'org.opensourcebim:oauthclienttest:0.0.7'
// https://jarcasting.com/artifacts/org.opensourcebim/oauthclienttest/
implementation ("org.opensourcebim:oauthclienttest:0.0.7")
'org.opensourcebim:oauthclienttest:jar:0.0.7'
<dependency org="org.opensourcebim" name="oauthclienttest" rev="0.0.7">
<artifact name="oauthclienttest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='oauthclienttest', version='0.0.7')
)
libraryDependencies += "org.opensourcebim" % "oauthclienttest" % "0.0.7"
[org.opensourcebim/oauthclienttest "0.0.7"]