| Группа | Группаorg.jasig.resource-aggregator |
|---|---|
| Идентификатор | Идентификаторresource-aggregator-util |
| Версия | Версия1.0.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.jasig.resource-aggregator/resource-aggregator-util/ -->
<dependency>
<groupId>org.jasig.resource-aggregator</groupId>
<artifactId>resource-aggregator-util</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.resource-aggregator/resource-aggregator-util/
implementation 'org.jasig.resource-aggregator:resource-aggregator-util:1.0.2'
// https://jarcasting.com/artifacts/org.jasig.resource-aggregator/resource-aggregator-util/
implementation ("org.jasig.resource-aggregator:resource-aggregator-util:1.0.2")
'org.jasig.resource-aggregator:resource-aggregator-util:jar:1.0.2'
<dependency org="org.jasig.resource-aggregator" name="resource-aggregator-util" rev="1.0.2">
<artifact name="resource-aggregator-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.resource-aggregator', module='resource-aggregator-util', version='1.0.2')
)
libraryDependencies += "org.jasig.resource-aggregator" % "resource-aggregator-util" % "1.0.2"
[org.jasig.resource-aggregator/resource-aggregator-util "1.0.2"]