GroupId | GroupIdorg.jasig.openregistry |
---|---|
ArtifactId | ArtifactIdopenregistry-api |
Version | Version0.1-M3 |
Type | Typejar |
Filename | Size |
---|---|
openregistry-api-0.1-M3.pom | |
openregistry-api-0.1-M3.jar | 49 KB |
openregistry-api-0.1-M3-sources.jar | 61 KB |
openregistry-api-0.1-M3-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.openregistry/openregistry-api/ -->
<dependency>
<groupId>org.jasig.openregistry</groupId>
<artifactId>openregistry-api</artifactId>
<version>0.1-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.openregistry/openregistry-api/
implementation 'org.jasig.openregistry:openregistry-api:0.1-M3'
// https://jarcasting.com/artifacts/org.jasig.openregistry/openregistry-api/
implementation ("org.jasig.openregistry:openregistry-api:0.1-M3")
'org.jasig.openregistry:openregistry-api:jar:0.1-M3'
<dependency org="org.jasig.openregistry" name="openregistry-api" rev="0.1-M3">
<artifact name="openregistry-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.openregistry', module='openregistry-api', version='0.1-M3')
)
libraryDependencies += "org.jasig.openregistry" % "openregistry-api" % "0.1-M3"
[org.jasig.openregistry/openregistry-api "0.1-M3"]