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