GroupId | GroupIdorg.objectweb.fractal.cecilia.toolchain |
---|---|
ArtifactId | ArtifactIdtask-codegen |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
task-codegen-1.2.1.pom | |
task-codegen-1.2.1.jar | 26 KB |
task-codegen-1.2.1-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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.cecilia.toolchain/task-codegen/
implementation 'org.objectweb.fractal.cecilia.toolchain:task-codegen:1.2.1'
// https://jarcasting.com/artifacts/org.objectweb.fractal.cecilia.toolchain/task-codegen/
implementation ("org.objectweb.fractal.cecilia.toolchain:task-codegen:1.2.1")
'org.objectweb.fractal.cecilia.toolchain:task-codegen:jar:1.2.1'
<dependency org="org.objectweb.fractal.cecilia.toolchain" name="task-codegen" rev="1.2.1">
<artifact name="task-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.cecilia.toolchain', module='task-codegen', version='1.2.1')
)
libraryDependencies += "org.objectweb.fractal.cecilia.toolchain" % "task-codegen" % "1.2.1"
[org.objectweb.fractal.cecilia.toolchain/task-codegen "1.2.1"]