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