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