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