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