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