GroupId | GroupIdorg.jasig.portal |
---|---|
ArtifactId | ArtifactIduPortal-soffit-core |
Version | Version5.2.3 |
Type | Typejar |
Filename | Size |
---|---|
uPortal-soffit-core-5.2.3.pom | |
uPortal-soffit-core-5.2.3.jar | 21 KB |
uPortal-soffit-core-5.2.3-sources.jar | 19 KB |
uPortal-soffit-core-5.2.3-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portal/uPortal-soffit-core/ -->
<dependency>
<groupId>org.jasig.portal</groupId>
<artifactId>uPortal-soffit-core</artifactId>
<version>5.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portal/uPortal-soffit-core/
implementation 'org.jasig.portal:uPortal-soffit-core:5.2.3'
// https://jarcasting.com/artifacts/org.jasig.portal/uPortal-soffit-core/
implementation ("org.jasig.portal:uPortal-soffit-core:5.2.3")
'org.jasig.portal:uPortal-soffit-core:jar:5.2.3'
<dependency org="org.jasig.portal" name="uPortal-soffit-core" rev="5.2.3">
<artifact name="uPortal-soffit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portal', module='uPortal-soffit-core', version='5.2.3')
)
libraryDependencies += "org.jasig.portal" % "uPortal-soffit-core" % "5.2.3"
[org.jasig.portal/uPortal-soffit-core "5.2.3"]