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