GroupId | GroupIdcom.lalafo.conductor |
---|---|
ArtifactId | ArtifactIdconductor-codegen-compiler |
Version | Version1.0.0-rc01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lalafo.conductor/conductor-codegen-compiler/ -->
<dependency>
<groupId>com.lalafo.conductor</groupId>
<artifactId>conductor-codegen-compiler</artifactId>
<version>1.0.0-rc01</version>
</dependency>
// https://jarcasting.com/artifacts/com.lalafo.conductor/conductor-codegen-compiler/
implementation 'com.lalafo.conductor:conductor-codegen-compiler:1.0.0-rc01'
// https://jarcasting.com/artifacts/com.lalafo.conductor/conductor-codegen-compiler/
implementation ("com.lalafo.conductor:conductor-codegen-compiler:1.0.0-rc01")
'com.lalafo.conductor:conductor-codegen-compiler:jar:1.0.0-rc01'
<dependency org="com.lalafo.conductor" name="conductor-codegen-compiler" rev="1.0.0-rc01">
<artifact name="conductor-codegen-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lalafo.conductor', module='conductor-codegen-compiler', version='1.0.0-rc01')
)
libraryDependencies += "com.lalafo.conductor" % "conductor-codegen-compiler" % "1.0.0-rc01"
[com.lalafo.conductor/conductor-codegen-compiler "1.0.0-rc01"]