GroupId | GroupIdedu.uiuc.ncsa.myproxy |
---|---|
ArtifactId | ArtifactIdoa4mp-server-test |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
oa4mp-server-test-3.0.pom | |
oa4mp-server-test-3.0.jar | 1 KB |
oa4mp-server-test-3.0-tests.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/oa4mp-server-test/ -->
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-server-test</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/oa4mp-server-test/
implementation 'edu.uiuc.ncsa.myproxy:oa4mp-server-test:3.0'
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/oa4mp-server-test/
implementation ("edu.uiuc.ncsa.myproxy:oa4mp-server-test:3.0")
'edu.uiuc.ncsa.myproxy:oa4mp-server-test:jar:3.0'
<dependency org="edu.uiuc.ncsa.myproxy" name="oa4mp-server-test" rev="3.0">
<artifact name="oa4mp-server-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.uiuc.ncsa.myproxy', module='oa4mp-server-test', version='3.0')
)
libraryDependencies += "edu.uiuc.ncsa.myproxy" % "oa4mp-server-test" % "3.0"
[edu.uiuc.ncsa.myproxy/oa4mp-server-test "3.0"]