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