| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.objectweb.fractal.juliac.examples |
| Идентификатор | Идентификаторhelloworld-bin |
| Версия | Версия2.2.3 |
| Тип | Типpom |
| Описание |
ОписаниеJuliac Example HelloWorld Binary
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 |
| Имя Файла | Размер |
|---|---|
| helloworld-bin-2.2.3.pom | 656 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.juliac.examples/helloworld-bin/ -->
<dependency>
<groupId>org.objectweb.fractal.juliac.examples</groupId>
<artifactId>helloworld-bin</artifactId>
<version>2.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.juliac.examples/helloworld-bin/
implementation 'org.objectweb.fractal.juliac.examples:helloworld-bin:2.2.3'
// https://jarcasting.com/artifacts/org.objectweb.fractal.juliac.examples/helloworld-bin/
implementation ("org.objectweb.fractal.juliac.examples:helloworld-bin:2.2.3")
'org.objectweb.fractal.juliac.examples:helloworld-bin:pom:2.2.3'
<dependency org="org.objectweb.fractal.juliac.examples" name="helloworld-bin" rev="2.2.3">
<artifact name="helloworld-bin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.juliac.examples', module='helloworld-bin', version='2.2.3')
)
libraryDependencies += "org.objectweb.fractal.juliac.examples" % "helloworld-bin" % "2.2.3"
[org.objectweb.fractal.juliac.examples/helloworld-bin "2.2.3"]