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