GroupId | GroupIdorg.sakaiproject.oauth |
---|---|
ArtifactId | ArtifactIdoauth-dao-hbm |
Version | Version20.3 |
Type | Typejar |
Filename | Size |
---|---|
oauth-dao-hbm-20.3.pom | |
oauth-dao-hbm-20.3.jar | 6 KB |
oauth-dao-hbm-20.3-sources.jar | 5 KB |
oauth-dao-hbm-20.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-hbm/ -->
<dependency>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-dao-hbm</artifactId>
<version>20.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-hbm/
implementation 'org.sakaiproject.oauth:oauth-dao-hbm:20.3'
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-hbm/
implementation ("org.sakaiproject.oauth:oauth-dao-hbm:20.3")
'org.sakaiproject.oauth:oauth-dao-hbm:jar:20.3'
<dependency org="org.sakaiproject.oauth" name="oauth-dao-hbm" rev="20.3">
<artifact name="oauth-dao-hbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.oauth', module='oauth-dao-hbm', version='20.3')
)
libraryDependencies += "org.sakaiproject.oauth" % "oauth-dao-hbm" % "20.3"
[org.sakaiproject.oauth/oauth-dao-hbm "20.3"]