GroupId | GroupIdorg.jasig.openregistry |
---|---|
ArtifactId | ArtifactIdopenregistry-sor-repository-xml |
Version | Version0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jasig.openregistry/openregistry-sor-repository-xml/ -->
<dependency>
<groupId>org.jasig.openregistry</groupId>
<artifactId>openregistry-sor-repository-xml</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.openregistry/openregistry-sor-repository-xml/
implementation 'org.jasig.openregistry:openregistry-sor-repository-xml:0.9'
// https://jarcasting.com/artifacts/org.jasig.openregistry/openregistry-sor-repository-xml/
implementation ("org.jasig.openregistry:openregistry-sor-repository-xml:0.9")
'org.jasig.openregistry:openregistry-sor-repository-xml:jar:0.9'
<dependency org="org.jasig.openregistry" name="openregistry-sor-repository-xml" rev="0.9">
<artifact name="openregistry-sor-repository-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.openregistry', module='openregistry-sor-repository-xml', version='0.9')
)
libraryDependencies += "org.jasig.openregistry" % "openregistry-sor-repository-xml" % "0.9"
[org.jasig.openregistry/openregistry-sor-repository-xml "0.9"]