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