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