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