Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.flipkart.fdp.ml |
ArtifactId | ArtifactIdcustom-transformer |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
custom-transformer-0.1.3.pom | |
custom-transformer-0.1.3.jar | 40 KB |
custom-transformer-0.1.3-sources.jar | 5 KB |
custom-transformer-0.1.3-javadoc.jar | 363 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer/
implementation 'com.flipkart.fdp.ml:custom-transformer:0.1.3'
// https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer/
implementation ("com.flipkart.fdp.ml:custom-transformer:0.1.3")
'com.flipkart.fdp.ml:custom-transformer:jar:0.1.3'
<dependency org="com.flipkart.fdp.ml" name="custom-transformer" rev="0.1.3">
<artifact name="custom-transformer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flipkart.fdp.ml', module='custom-transformer', version='0.1.3')
)
libraryDependencies += "com.flipkart.fdp.ml" % "custom-transformer" % "0.1.3"
[com.flipkart.fdp.ml/custom-transformer "0.1.3"]