| GroupId | GroupIdorg.ceylon-lang | 
    
|---|---|
| ArtifactId | ArtifactIdceylon-all | 
    
| Last Version | Last Version1.3.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionceylon-all 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Filename | Size | 
|---|---|
| ceylon-all-1.3.3.pom | |
| ceylon-all-1.3.3.jar | 1 KB | 
| ceylon-all-1.3.3-javadoc.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ceylon-lang/ceylon-all/ -->
<dependency>
    <groupId>org.ceylon-lang</groupId>
    <artifactId>ceylon-all</artifactId>
    <version>1.3.3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.ceylon-lang/ceylon-all/
implementation 'org.ceylon-lang:ceylon-all:1.3.3'
                // https://jarcasting.com/artifacts/org.ceylon-lang/ceylon-all/
implementation ("org.ceylon-lang:ceylon-all:1.3.3")
                'org.ceylon-lang:ceylon-all:jar:1.3.3'
                <dependency org="org.ceylon-lang" name="ceylon-all" rev="1.3.3">
  <artifact name="ceylon-all" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.ceylon-lang', module='ceylon-all', version='1.3.3')
)
                libraryDependencies += "org.ceylon-lang" % "ceylon-all" % "1.3.3"
                [org.ceylon-lang/ceylon-all "1.3.3"]