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