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