| GroupId | GroupIdcom.github.pyknic |
|---|---|
| ArtifactId | ArtifactIdcodegen |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| codegen-1.1.1.pom | |
| codegen-1.1.1.jar | 219 KB |
| codegen-1.1.1-sources.jar | 195 KB |
| codegen-1.1.1-javadoc.jar | 538 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pyknic/codegen/ -->
<dependency>
<groupId>com.github.pyknic</groupId>
<artifactId>codegen</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyknic/codegen/
implementation 'com.github.pyknic:codegen:1.1.1'
// https://jarcasting.com/artifacts/com.github.pyknic/codegen/
implementation ("com.github.pyknic:codegen:1.1.1")
'com.github.pyknic:codegen:jar:1.1.1'
<dependency org="com.github.pyknic" name="codegen" rev="1.1.1">
<artifact name="codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyknic', module='codegen', version='1.1.1')
)
libraryDependencies += "com.github.pyknic" % "codegen" % "1.1.1"
[com.github.pyknic/codegen "1.1.1"]