Artifacts using ceylon.language version 1.3.3

Ceylon Collection
Last Release on Aug 21, 2017
Ceylon Interop Java
Last Release on Aug 21, 2017
Ceylon JSON
Last Release on Aug 21, 2017
Ceylon File
Last Release on Aug 21, 2017
Ceylon Time
Last Release on Aug 21, 2017
Ceylon Logging
Last Release on Aug 21, 2017
Core
Last Release on Feb 13, 2021
Common
Last Release on Feb 13, 2021
This module is toolbox for operating on types and it's declarations. It should simplify required operations. - Use [[flat]] object to extract type or declaration hierarchy into stream so it can be searched or filtered. value stringflatHierarchy = flat.types(`String`); assert(stringflatHierarchy.containsEvery([`SearchableList<Character>`,`List<Character>`,`Comparable<String>`,`Object`])); value stringflatHierarchy = flat.declarations(`class ...
Last Release on Feb 13, 2021
Ceylon Whole
Last Release on Aug 21, 2017