Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.flipkart.fdp.ml |
ArtifactId | ArtifactIdcustom-transformer |
Version | Version0.2.4_2.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer/ -->
<dependency>
<groupId>com.flipkart.fdp.ml</groupId>
<artifactId>custom-transformer</artifactId>
<version>0.2.4_2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer/
implementation 'com.flipkart.fdp.ml:custom-transformer:0.2.4_2.11'
// https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer/
implementation ("com.flipkart.fdp.ml:custom-transformer:0.2.4_2.11")
'com.flipkart.fdp.ml:custom-transformer:jar:0.2.4_2.11'
<dependency org="com.flipkart.fdp.ml" name="custom-transformer" rev="0.2.4_2.11">
<artifact name="custom-transformer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flipkart.fdp.ml', module='custom-transformer', version='0.2.4_2.11')
)
libraryDependencies += "com.flipkart.fdp.ml" % "custom-transformer" % "0.2.4_2.11"
[com.flipkart.fdp.ml/custom-transformer "0.2.4_2.11"]