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