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