Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.ceylon-lang |
ArtifactId | ArtifactIdcom.redhat.ceylon.tool.provider |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ceylon-lang/com.redhat.ceylon.tool.provider/ -->
<dependency>
<groupId>org.ceylon-lang</groupId>
<artifactId>com.redhat.ceylon.tool.provider</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ceylon-lang/com.redhat.ceylon.tool.provider/
implementation 'org.ceylon-lang:com.redhat.ceylon.tool.provider:1.3.0'
// https://jarcasting.com/artifacts/org.ceylon-lang/com.redhat.ceylon.tool.provider/
implementation ("org.ceylon-lang:com.redhat.ceylon.tool.provider:1.3.0")
'org.ceylon-lang:com.redhat.ceylon.tool.provider:jar:1.3.0'
<dependency org="org.ceylon-lang" name="com.redhat.ceylon.tool.provider" rev="1.3.0">
<artifact name="com.redhat.ceylon.tool.provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ceylon-lang', module='com.redhat.ceylon.tool.provider', version='1.3.0')
)
libraryDependencies += "org.ceylon-lang" % "com.redhat.ceylon.tool.provider" % "1.3.0"
[org.ceylon-lang/com.redhat.ceylon.tool.provider "1.3.0"]