GroupId | GroupIdcom.emarsys |
---|---|
ArtifactId | ArtifactIdpredict |
Version | Version2.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
predict-2.0.1.pom | |
predict-2.0.1.aar | 34 KB |
predict-2.0.1-sources.jar | 11 KB |
predict-2.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.emarsys/predict/ -->
<dependency>
<groupId>com.emarsys</groupId>
<artifactId>predict</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.emarsys/predict/
implementation 'com.emarsys:predict:2.0.1'
// https://jarcasting.com/artifacts/com.emarsys/predict/
implementation ("com.emarsys:predict:2.0.1")
'com.emarsys:predict:aar:2.0.1'
<dependency org="com.emarsys" name="predict" rev="2.0.1">
<artifact name="predict" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.emarsys', module='predict', version='2.0.1')
)
libraryDependencies += "com.emarsys" % "predict" % "2.0.1"
[com.emarsys/predict "2.0.1"]