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