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