| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.objectweb.fractal |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия2.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеThe Fractal component model parent project
Fractal is a modular and extensible component model that can be
used with various programming languages to design, implement,
deploy and reconfigure various systems and applications, from
operating systems to middleware platforms and to graphical user
interfaces.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикObjectWeb Consortium |
| Имя Файла | Размер |
|---|---|
| parent-2.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal/parent/ -->
<dependency>
<groupId>org.objectweb.fractal</groupId>
<artifactId>parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal/parent/
implementation 'org.objectweb.fractal:parent:2.0'
// https://jarcasting.com/artifacts/org.objectweb.fractal/parent/
implementation ("org.objectweb.fractal:parent:2.0")
'org.objectweb.fractal:parent:pom:2.0'
<dependency org="org.objectweb.fractal" name="parent" rev="2.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal', module='parent', version='2.0')
)
libraryDependencies += "org.objectweb.fractal" % "parent" % "2.0"
[org.objectweb.fractal/parent "2.0"]