GroupId | GroupIdorg.objectweb.fractal.cecilia.toolchain |
---|---|
ArtifactId | ArtifactIdtask-component |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
task-component-2.0.pom | |
task-component-2.0.jar | 132 KB |
task-component-2.0-sources.jar | 240 KB |
task-component-2.0-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.cecilia.toolchain/task-component/ -->
<dependency>
<groupId>org.objectweb.fractal.cecilia.toolchain</groupId>
<artifactId>task-component</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.cecilia.toolchain/task-component/
implementation 'org.objectweb.fractal.cecilia.toolchain:task-component:2.0'
// https://jarcasting.com/artifacts/org.objectweb.fractal.cecilia.toolchain/task-component/
implementation ("org.objectweb.fractal.cecilia.toolchain:task-component:2.0")
'org.objectweb.fractal.cecilia.toolchain:task-component:jar:2.0'
<dependency org="org.objectweb.fractal.cecilia.toolchain" name="task-component" rev="2.0">
<artifact name="task-component" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.cecilia.toolchain', module='task-component', version='2.0')
)
libraryDependencies += "org.objectweb.fractal.cecilia.toolchain" % "task-component" % "2.0"
[org.objectweb.fractal.cecilia.toolchain/task-component "2.0"]