GroupId | GroupIdorg.jasig.portal |
---|---|
ArtifactId | ArtifactIduportal-impl |
Version | Version3.1.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
uportal-impl-3.1.0-RC2.pom | |
uportal-impl-3.1.0-RC2.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portal/uportal-impl/ -->
<dependency>
<groupId>org.jasig.portal</groupId>
<artifactId>uportal-impl</artifactId>
<version>3.1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portal/uportal-impl/
implementation 'org.jasig.portal:uportal-impl:3.1.0-RC2'
// https://jarcasting.com/artifacts/org.jasig.portal/uportal-impl/
implementation ("org.jasig.portal:uportal-impl:3.1.0-RC2")
'org.jasig.portal:uportal-impl:jar:3.1.0-RC2'
<dependency org="org.jasig.portal" name="uportal-impl" rev="3.1.0-RC2">
<artifact name="uportal-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portal', module='uportal-impl', version='3.1.0-RC2')
)
libraryDependencies += "org.jasig.portal" % "uportal-impl" % "3.1.0-RC2"
[org.jasig.portal/uportal-impl "3.1.0-RC2"]