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