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