GroupId | GroupIdde.otto |
---|---|
ArtifactId | ArtifactIdoauth-token-filter |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
oauth-token-filter-1.0.1.pom | |
oauth-token-filter-1.0.1.jar | 6 KB |
oauth-token-filter-1.0.1-sources.jar | 2 KB |
oauth-token-filter-1.0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto/oauth-token-filter/ -->
<dependency>
<groupId>de.otto</groupId>
<artifactId>oauth-token-filter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto/oauth-token-filter/
implementation 'de.otto:oauth-token-filter:1.0.1'
// https://jarcasting.com/artifacts/de.otto/oauth-token-filter/
implementation ("de.otto:oauth-token-filter:1.0.1")
'de.otto:oauth-token-filter:jar:1.0.1'
<dependency org="de.otto" name="oauth-token-filter" rev="1.0.1">
<artifact name="oauth-token-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto', module='oauth-token-filter', version='1.0.1')
)
libraryDependencies += "de.otto" % "oauth-token-filter" % "1.0.1"
[de.otto/oauth-token-filter "1.0.1"]