GroupId | GroupIdorg.jasig.portal |
---|---|
ArtifactId | ArtifactIduPortal-concurrency |
Version | Version5.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jasig.portal/uPortal-concurrency/ -->
<dependency>
<groupId>org.jasig.portal</groupId>
<artifactId>uPortal-concurrency</artifactId>
<version>5.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portal/uPortal-concurrency/
implementation 'org.jasig.portal:uPortal-concurrency:5.0.0-RC1'
// https://jarcasting.com/artifacts/org.jasig.portal/uPortal-concurrency/
implementation ("org.jasig.portal:uPortal-concurrency:5.0.0-RC1")
'org.jasig.portal:uPortal-concurrency:jar:5.0.0-RC1'
<dependency org="org.jasig.portal" name="uPortal-concurrency" rev="5.0.0-RC1">
<artifact name="uPortal-concurrency" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portal', module='uPortal-concurrency', version='5.0.0-RC1')
)
libraryDependencies += "org.jasig.portal" % "uPortal-concurrency" % "5.0.0-RC1"
[org.jasig.portal/uPortal-concurrency "5.0.0-RC1"]