Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.uiuc.ncsa.myproxy |
ArtifactId | ArtifactIdoa4mp-client-test |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
oa4mp-client-test-1.2.1.pom | |
oa4mp-client-test-1.2.1.jar | 2 KB |
oa4mp-client-test-1.2.1-tests.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/oa4mp-client-test/ -->
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-client-test</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/oa4mp-client-test/
implementation 'edu.uiuc.ncsa.myproxy:oa4mp-client-test:1.2.1'
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/oa4mp-client-test/
implementation ("edu.uiuc.ncsa.myproxy:oa4mp-client-test:1.2.1")
'edu.uiuc.ncsa.myproxy:oa4mp-client-test:jar:1.2.1'
<dependency org="edu.uiuc.ncsa.myproxy" name="oa4mp-client-test" rev="1.2.1">
<artifact name="oa4mp-client-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.uiuc.ncsa.myproxy', module='oa4mp-client-test', version='1.2.1')
)
libraryDependencies += "edu.uiuc.ncsa.myproxy" % "oa4mp-client-test" % "1.2.1"
[edu.uiuc.ncsa.myproxy/oa4mp-client-test "1.2.1"]