Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdcom.rosberry.android |
ArtifactId | ArtifactIddebuggerman2 |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
debuggerman2-1.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.rosberry.android/debuggerman2/ -->
<dependency>
<groupId>com.rosberry.android</groupId>
<artifactId>debuggerman2</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rosberry.android/debuggerman2/
implementation 'com.rosberry.android:debuggerman2:1.0.0'
// https://jarcasting.com/artifacts/com.rosberry.android/debuggerman2/
implementation ("com.rosberry.android:debuggerman2:1.0.0")
'com.rosberry.android:debuggerman2:aar:1.0.0'
<dependency org="com.rosberry.android" name="debuggerman2" rev="1.0.0">
<artifact name="debuggerman2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rosberry.android', module='debuggerman2', version='1.0.0')
)
libraryDependencies += "com.rosberry.android" % "debuggerman2" % "1.0.0"
[com.rosberry.android/debuggerman2 "1.0.0"]