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