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