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