Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.bugsee |
ArtifactId | ArtifactIdbugsee-android-gradle-plugin |
Version | Version1.2-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bugsee/bugsee-android-gradle-plugin/ -->
<dependency>
<groupId>com.bugsee</groupId>
<artifactId>bugsee-android-gradle-plugin</artifactId>
<version>1.2-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bugsee/bugsee-android-gradle-plugin/
implementation 'com.bugsee:bugsee-android-gradle-plugin:1.2-beta1'
// https://jarcasting.com/artifacts/com.bugsee/bugsee-android-gradle-plugin/
implementation ("com.bugsee:bugsee-android-gradle-plugin:1.2-beta1")
'com.bugsee:bugsee-android-gradle-plugin:jar:1.2-beta1'
<dependency org="com.bugsee" name="bugsee-android-gradle-plugin" rev="1.2-beta1">
<artifact name="bugsee-android-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bugsee', module='bugsee-android-gradle-plugin', version='1.2-beta1')
)
libraryDependencies += "com.bugsee" % "bugsee-android-gradle-plugin" % "1.2-beta1"
[com.bugsee/bugsee-android-gradle-plugin "1.2-beta1"]