<dependency> <groupId>net.oauth</groupId> <artifactId>oauth-parent</artifactId> <version>20090531</version> <type>pom</type> </dependency>
implementation 'net.oauth:oauth-parent:20090531'
implementation("net.oauth:oauth-parent:20090531")
libraryDependencies += "net.oauth" % "oauth-parent" % "20090531"
@Grapes( @Grab(group='net.oauth', module='oauth-parent', version='20090531') )
<dependency org="net.oauth" name="oauth-parent" rev="20090531" />
[net.oauth/oauth-parent "20090531"]
'net.oauth:oauth-parent:jar:20090531'
test
|-- junit:junit:3.8.1