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