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