GroupId | GroupIdorg.ceylon-lang |
---|---|
ArtifactId | ArtifactIdcom.redhat.ceylon.module-resolver |
Version | Version1.3.1 |
Type | Typejar |
<!-- 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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ceylon-lang/com.redhat.ceylon.module-resolver/
implementation 'org.ceylon-lang:com.redhat.ceylon.module-resolver:1.3.1'
// https://jarcasting.com/artifacts/org.ceylon-lang/com.redhat.ceylon.module-resolver/
implementation ("org.ceylon-lang:com.redhat.ceylon.module-resolver:1.3.1")
'org.ceylon-lang:com.redhat.ceylon.module-resolver:jar:1.3.1'
<dependency org="org.ceylon-lang" name="com.redhat.ceylon.module-resolver" rev="1.3.1">
<artifact name="com.redhat.ceylon.module-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ceylon-lang', module='com.redhat.ceylon.module-resolver', version='1.3.1')
)
libraryDependencies += "org.ceylon-lang" % "com.redhat.ceylon.module-resolver" % "1.3.1"
[org.ceylon-lang/com.redhat.ceylon.module-resolver "1.3.1"]