GroupId | GroupIdcom.mparticle |
---|---|
ArtifactId | ArtifactIdsmartype-api |
Version | Version1.2.0 |
Type | Typepom |
Filename | Size |
---|---|
smartype-api-1.2.0.pom | |
smartype-api-1.2.0.module | 1 KB |
smartype-api-1.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.mparticle/smartype-api/ -->
<dependency>
<groupId>com.mparticle</groupId>
<artifactId>smartype-api</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mparticle/smartype-api/
implementation 'com.mparticle:smartype-api:1.2.0'
// https://jarcasting.com/artifacts/com.mparticle/smartype-api/
implementation ("com.mparticle:smartype-api:1.2.0")
'com.mparticle:smartype-api:pom:1.2.0'
<dependency org="com.mparticle" name="smartype-api" rev="1.2.0">
<artifact name="smartype-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mparticle', module='smartype-api', version='1.2.0')
)
libraryDependencies += "com.mparticle" % "smartype-api" % "1.2.0"
[com.mparticle/smartype-api "1.2.0"]