Categories |
CategoriesData Net |
---|---|
GroupId | GroupIdnet.databinder |
ArtifactId | ArtifactIdunfiltered-oauth_2.10 |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
unfiltered-oauth_2.10-0.8.1.pom | |
unfiltered-oauth_2.10-0.8.1.jar | 178 KB |
unfiltered-oauth_2.10-0.8.1-sources.jar | 7 KB |
unfiltered-oauth_2.10-0.8.1-javadoc.jar | 487 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.databinder/unfiltered-oauth_2.10/ -->
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-oauth_2.10</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.databinder/unfiltered-oauth_2.10/
implementation 'net.databinder:unfiltered-oauth_2.10:0.8.1'
// https://jarcasting.com/artifacts/net.databinder/unfiltered-oauth_2.10/
implementation ("net.databinder:unfiltered-oauth_2.10:0.8.1")
'net.databinder:unfiltered-oauth_2.10:jar:0.8.1'
<dependency org="net.databinder" name="unfiltered-oauth_2.10" rev="0.8.1">
<artifact name="unfiltered-oauth_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.databinder', module='unfiltered-oauth_2.10', version='0.8.1')
)
libraryDependencies += "net.databinder" % "unfiltered-oauth_2.10" % "0.8.1"
[net.databinder/unfiltered-oauth_2.10 "0.8.1"]