GroupId | GroupIdcom.mparticle |
---|---|
ArtifactId | ArtifactIdsmartype-api |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
smartype-api-1.0.2.pom | |
smartype-api-1.0.2.module | 4 KB |
smartype-api-1.0.2-sources.jar | 3 KB |
smartype-api-1.0.2-javadoc.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mparticle/smartype-api/ -->
<dependency>
<groupId>com.mparticle</groupId>
<artifactId>smartype-api</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mparticle/smartype-api/
implementation 'com.mparticle:smartype-api:1.0.2'
// https://jarcasting.com/artifacts/com.mparticle/smartype-api/
implementation ("com.mparticle:smartype-api:1.0.2")
'com.mparticle:smartype-api:aar:1.0.2'
<dependency org="com.mparticle" name="smartype-api" rev="1.0.2">
<artifact name="smartype-api" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mparticle', module='smartype-api', version='1.0.2')
)
libraryDependencies += "com.mparticle" % "smartype-api" % "1.0.2"
[com.mparticle/smartype-api "1.0.2"]