| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииEclipse Che Инструменты разработки IDE CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.che.parent |
| Идентификатор | Идентификаторdts-dto-typescript |
| Последняя версия | Последняя версия7.15.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеChe TypeScript DTO
Provides default project configuration for Che projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| dts-dto-typescript-7.15.0.pom | |
| dts-dto-typescript-7.15.0.ts | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.parent/dts-dto-typescript/ -->
<dependency>
<groupId>org.eclipse.che.parent</groupId>
<artifactId>dts-dto-typescript</artifactId>
<version>7.15.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.parent/dts-dto-typescript/
implementation 'org.eclipse.che.parent:dts-dto-typescript:7.15.0'
// https://jarcasting.com/artifacts/org.eclipse.che.parent/dts-dto-typescript/
implementation ("org.eclipse.che.parent:dts-dto-typescript:7.15.0")
'org.eclipse.che.parent:dts-dto-typescript:pom:7.15.0'
<dependency org="org.eclipse.che.parent" name="dts-dto-typescript" rev="7.15.0">
<artifact name="dts-dto-typescript" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.parent', module='dts-dto-typescript', version='7.15.0')
)
libraryDependencies += "org.eclipse.che.parent" % "dts-dto-typescript" % "7.15.0"
[org.eclipse.che.parent/dts-dto-typescript "7.15.0"]