GroupId | GroupIdedu.uiuc.ncsa.myproxy |
---|---|
ArtifactId | ArtifactIdmyproxy-website |
Version | Version3.3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
myproxy-website-3.3.0.2.pom | |
myproxy-website-3.3.0.2.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/myproxy-website/ -->
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy-website</artifactId>
<version>3.3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/myproxy-website/
implementation 'edu.uiuc.ncsa.myproxy:myproxy-website:3.3.0.2'
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/myproxy-website/
implementation ("edu.uiuc.ncsa.myproxy:myproxy-website:3.3.0.2")
'edu.uiuc.ncsa.myproxy:myproxy-website:jar:3.3.0.2'
<dependency org="edu.uiuc.ncsa.myproxy" name="myproxy-website" rev="3.3.0.2">
<artifact name="myproxy-website" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.uiuc.ncsa.myproxy', module='myproxy-website', version='3.3.0.2')
)
libraryDependencies += "edu.uiuc.ncsa.myproxy" % "myproxy-website" % "3.3.0.2"
[edu.uiuc.ncsa.myproxy/myproxy-website "3.3.0.2"]