GroupId | GroupIdio.sundr.examples |
---|---|
ArtifactId | ArtifactIdcodegen-example |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
codegen-example-0.0.4.pom | |
codegen-example-0.0.4.jar | 31 KB |
codegen-example-0.0.4-sources.jar | 6 KB |
codegen-example-0.0.4-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sundr.examples/codegen-example/ -->
<dependency>
<groupId>io.sundr.examples</groupId>
<artifactId>codegen-example</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr.examples/codegen-example/
implementation 'io.sundr.examples:codegen-example:0.0.4'
// https://jarcasting.com/artifacts/io.sundr.examples/codegen-example/
implementation ("io.sundr.examples:codegen-example:0.0.4")
'io.sundr.examples:codegen-example:jar:0.0.4'
<dependency org="io.sundr.examples" name="codegen-example" rev="0.0.4">
<artifact name="codegen-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr.examples', module='codegen-example', version='0.0.4')
)
libraryDependencies += "io.sundr.examples" % "codegen-example" % "0.0.4"
[io.sundr.examples/codegen-example "0.0.4"]