License |
License |
---|---|
GroupId | GroupIdorg.objectweb.fractal |
ArtifactId | ArtifactIdfractal |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe Fractal component model
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
fractal-2.0.1.pom | |
fractal-2.0.1.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal/fractal/ -->
<dependency>
<groupId>org.objectweb.fractal</groupId>
<artifactId>fractal</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal/fractal/
implementation 'org.objectweb.fractal:fractal:2.0.1'
// https://jarcasting.com/artifacts/org.objectweb.fractal/fractal/
implementation ("org.objectweb.fractal:fractal:2.0.1")
'org.objectweb.fractal:fractal:jar:2.0.1'
<dependency org="org.objectweb.fractal" name="fractal" rev="2.0.1">
<artifact name="fractal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal', module='fractal', version='2.0.1')
)
libraryDependencies += "org.objectweb.fractal" % "fractal" % "2.0.1"
[org.objectweb.fractal/fractal "2.0.1"]