GroupId | GroupIdorg.jasig.resource-aggregator |
---|---|
ArtifactId | ArtifactIdresource-aggregator-api |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jasig.resource-aggregator/resource-aggregator-api/ -->
<dependency>
<groupId>org.jasig.resource-aggregator</groupId>
<artifactId>resource-aggregator-api</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.resource-aggregator/resource-aggregator-api/
implementation 'org.jasig.resource-aggregator:resource-aggregator-api:1.0.3'
// https://jarcasting.com/artifacts/org.jasig.resource-aggregator/resource-aggregator-api/
implementation ("org.jasig.resource-aggregator:resource-aggregator-api:1.0.3")
'org.jasig.resource-aggregator:resource-aggregator-api:jar:1.0.3'
<dependency org="org.jasig.resource-aggregator" name="resource-aggregator-api" rev="1.0.3">
<artifact name="resource-aggregator-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.resource-aggregator', module='resource-aggregator-api', version='1.0.3')
)
libraryDependencies += "org.jasig.resource-aggregator" % "resource-aggregator-api" % "1.0.3"
[org.jasig.resource-aggregator/resource-aggregator-api "1.0.3"]