GroupId | GroupIdorg.apereo.uportal |
---|---|
ArtifactId | ArtifactIduportal-app-framework |
Version | Version6.0.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apereo.uportal/uportal-app-framework/ -->
<dependency>
<groupId>org.apereo.uportal</groupId>
<artifactId>uportal-app-framework</artifactId>
<version>6.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apereo.uportal/uportal-app-framework/
implementation 'org.apereo.uportal:uportal-app-framework:6.0.1'
// https://jarcasting.com/artifacts/org.apereo.uportal/uportal-app-framework/
implementation ("org.apereo.uportal:uportal-app-framework:6.0.1")
'org.apereo.uportal:uportal-app-framework:war:6.0.1'
<dependency org="org.apereo.uportal" name="uportal-app-framework" rev="6.0.1">
<artifact name="uportal-app-framework" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apereo.uportal', module='uportal-app-framework', version='6.0.1')
)
libraryDependencies += "org.apereo.uportal" % "uportal-app-framework" % "6.0.1"
[org.apereo.uportal/uportal-app-framework "6.0.1"]