GroupId | GroupIdorg.into-cps.maestro |
---|---|
ArtifactId | ArtifactIdcodegen |
Version | Version2.1.7 |
Type | Typepom |
Filename | Size |
---|---|
codegen-2.1.7.pom | 665 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro/codegen/ -->
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>codegen</artifactId>
<version>2.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro/codegen/
implementation 'org.into-cps.maestro:codegen:2.1.7'
// https://jarcasting.com/artifacts/org.into-cps.maestro/codegen/
implementation ("org.into-cps.maestro:codegen:2.1.7")
'org.into-cps.maestro:codegen:pom:2.1.7'
<dependency org="org.into-cps.maestro" name="codegen" rev="2.1.7">
<artifact name="codegen" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro', module='codegen', version='2.1.7')
)
libraryDependencies += "org.into-cps.maestro" % "codegen" % "2.1.7"
[org.into-cps.maestro/codegen "2.1.7"]