TOAST Gradle Plugin

Gradle plugin-in for TOAST SDK.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.toast.android
ArtifactId

ArtifactId

toast-gradle-plugin
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

TOAST Gradle Plugin
Gradle plugin-in for TOAST SDK.
Project URL

Project URL

https://www.toast.com

Download toast-gradle-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.toast.android/toast-gradle-plugin/ -->
<dependency>
    <groupId>com.toast.android</groupId>
    <artifactId>toast-gradle-plugin</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.toast.android/toast-gradle-plugin/
implementation 'com.toast.android:toast-gradle-plugin:0.0.1'
// https://jarcasting.com/artifacts/com.toast.android/toast-gradle-plugin/
implementation ("com.toast.android:toast-gradle-plugin:0.0.1")
'com.toast.android:toast-gradle-plugin:jar:0.0.1'
<dependency org="com.toast.android" name="toast-gradle-plugin" rev="0.0.1">
  <artifact name="toast-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.toast.android', module='toast-gradle-plugin', version='0.0.1')
)
libraryDependencies += "com.toast.android" % "toast-gradle-plugin" % "0.0.1"
[com.toast.android/toast-gradle-plugin "0.0.1"]

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.10
org.apache.httpcomponents : httpmime jar 4.5.13
com.google.code.gson : gson jar 2.8.5

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
io.mockk : mockk jar 1.10.2
com.squareup.okhttp3 : mockwebserver jar 4.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1
0.0.1-alpha04
0.0.1-alpha03
0.0.1-alpha02
0.0.1-alpha01