License |
License |
---|---|
GroupId | GroupIdedu.wisc.my.apps |
ArtifactId | ArtifactIduw-frame |
Version | Version5.2.1 |
Type | Typewar |
Description |
Descriptionuw-frame
Frame for UW AngularJS applications
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
uw-frame-5.2.1.pom | |
uw-frame-5.2.1.war | 4 MB |
uw-frame-5.2.1-sources.jar | 1 KB |
uw-frame-5.2.1-classes.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.wisc.my.apps/uw-frame/ -->
<dependency>
<groupId>edu.wisc.my.apps</groupId>
<artifactId>uw-frame</artifactId>
<version>5.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/edu.wisc.my.apps/uw-frame/
implementation 'edu.wisc.my.apps:uw-frame:5.2.1'
// https://jarcasting.com/artifacts/edu.wisc.my.apps/uw-frame/
implementation ("edu.wisc.my.apps:uw-frame:5.2.1")
'edu.wisc.my.apps:uw-frame:war:5.2.1'
<dependency org="edu.wisc.my.apps" name="uw-frame" rev="5.2.1">
<artifact name="uw-frame" type="war" />
</dependency>
@Grapes(
@Grab(group='edu.wisc.my.apps', module='uw-frame', version='5.2.1')
)
libraryDependencies += "edu.wisc.my.apps" % "uw-frame" % "5.2.1"
[edu.wisc.my.apps/uw-frame "5.2.1"]