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