GroupId | GroupIdio.github.careem |
---|---|
ArtifactId | ArtifactIdconverter-codegen-testapp |
Version | Version0.6.20 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.careem/converter-codegen-testapp/ -->
<dependency>
<groupId>io.github.careem</groupId>
<artifactId>converter-codegen-testapp</artifactId>
<version>0.6.20</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.careem/converter-codegen-testapp/
implementation 'io.github.careem:converter-codegen-testapp:0.6.20'
// https://jarcasting.com/artifacts/io.github.careem/converter-codegen-testapp/
implementation ("io.github.careem:converter-codegen-testapp:0.6.20")
'io.github.careem:converter-codegen-testapp:jar:0.6.20'
<dependency org="io.github.careem" name="converter-codegen-testapp" rev="0.6.20">
<artifact name="converter-codegen-testapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.careem', module='converter-codegen-testapp', version='0.6.20')
)
libraryDependencies += "io.github.careem" % "converter-codegen-testapp" % "0.6.20"
[io.github.careem/converter-codegen-testapp "0.6.20"]