GroupId | GroupIdorg.ceylon-lang |
---|---|
ArtifactId | ArtifactIdceylon.runtime |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
ceylon.runtime-1.3.2.pom | |
ceylon.runtime-1.3.2.jar | 108 KB |
ceylon.runtime-1.3.2-sources.jar | 69 KB |
ceylon.runtime-1.3.2-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ceylon-lang/ceylon.runtime/ -->
<dependency>
<groupId>org.ceylon-lang</groupId>
<artifactId>ceylon.runtime</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ceylon-lang/ceylon.runtime/
implementation 'org.ceylon-lang:ceylon.runtime:1.3.2'
// https://jarcasting.com/artifacts/org.ceylon-lang/ceylon.runtime/
implementation ("org.ceylon-lang:ceylon.runtime:1.3.2")
'org.ceylon-lang:ceylon.runtime:jar:1.3.2'
<dependency org="org.ceylon-lang" name="ceylon.runtime" rev="1.3.2">
<artifact name="ceylon.runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ceylon-lang', module='ceylon.runtime', version='1.3.2')
)
libraryDependencies += "org.ceylon-lang" % "ceylon.runtime" % "1.3.2"
[org.ceylon-lang/ceylon.runtime "1.3.2"]