Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.flipkart.fdp.ml |
ArtifactId | ArtifactIdcustom-transformer |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
custom-transformer-0.1.4.pom | |
custom-transformer-0.1.4.jar | 51 KB |
custom-transformer-0.1.4-sources.jar | 6 KB |
custom-transformer-0.1.4-javadoc.jar | 369 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer/ -->
<dependency>
<groupId>com.flipkart.fdp.ml</groupId>
<artifactId>custom-transformer</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer/
implementation 'com.flipkart.fdp.ml:custom-transformer:0.1.4'
// https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer/
implementation ("com.flipkart.fdp.ml:custom-transformer:0.1.4")
'com.flipkart.fdp.ml:custom-transformer:jar:0.1.4'
<dependency org="com.flipkart.fdp.ml" name="custom-transformer" rev="0.1.4">
<artifact name="custom-transformer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flipkart.fdp.ml', module='custom-transformer', version='0.1.4')
)
libraryDependencies += "com.flipkart.fdp.ml" % "custom-transformer" % "0.1.4"
[com.flipkart.fdp.ml/custom-transformer "0.1.4"]