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