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