| Группа | Группаorg.ceylon-lang |
|---|---|
| Идентификатор | Идентификаторcom.redhat.ceylon.aether |
| Последняя версия | Последняя версия3.3.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.redhat.ceylon.aether
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| com.redhat.ceylon.aether-3.3.9.pom | |
| com.redhat.ceylon.aether-3.3.9.jar | 5 MB |
| com.redhat.ceylon.aether-3.3.9-sources.jar | 915 bytes |
| com.redhat.ceylon.aether-3.3.9-javadoc.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ceylon-lang/com.redhat.ceylon.aether/ -->
<dependency>
<groupId>org.ceylon-lang</groupId>
<artifactId>com.redhat.ceylon.aether</artifactId>
<version>3.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.ceylon-lang/com.redhat.ceylon.aether/
implementation 'org.ceylon-lang:com.redhat.ceylon.aether:3.3.9'
// https://jarcasting.com/artifacts/org.ceylon-lang/com.redhat.ceylon.aether/
implementation ("org.ceylon-lang:com.redhat.ceylon.aether:3.3.9")
'org.ceylon-lang:com.redhat.ceylon.aether:jar:3.3.9'
<dependency org="org.ceylon-lang" name="com.redhat.ceylon.aether" rev="3.3.9">
<artifact name="com.redhat.ceylon.aether" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ceylon-lang', module='com.redhat.ceylon.aether', version='3.3.9')
)
libraryDependencies += "org.ceylon-lang" % "com.redhat.ceylon.aether" % "3.3.9"
[org.ceylon-lang/com.redhat.ceylon.aether "3.3.9"]