| GroupId | GroupIdcom.loopeer.android.apps.bootstrap |
|---|---|
| ArtifactId | ArtifactIdLoopeer4AndroidBootstrap |
| Version | Version1.0.1 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.loopeer.android.apps.bootstrap/Loopeer4AndroidBootstrap/ -->
<dependency>
<groupId>com.loopeer.android.apps.bootstrap</groupId>
<artifactId>Loopeer4AndroidBootstrap</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.loopeer.android.apps.bootstrap/Loopeer4AndroidBootstrap/
implementation 'com.loopeer.android.apps.bootstrap:Loopeer4AndroidBootstrap:1.0.1'
// https://jarcasting.com/artifacts/com.loopeer.android.apps.bootstrap/Loopeer4AndroidBootstrap/
implementation ("com.loopeer.android.apps.bootstrap:Loopeer4AndroidBootstrap:1.0.1")
'com.loopeer.android.apps.bootstrap:Loopeer4AndroidBootstrap:aar:1.0.1'
<dependency org="com.loopeer.android.apps.bootstrap" name="Loopeer4AndroidBootstrap" rev="1.0.1">
<artifact name="Loopeer4AndroidBootstrap" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.loopeer.android.apps.bootstrap', module='Loopeer4AndroidBootstrap', version='1.0.1')
)
libraryDependencies += "com.loopeer.android.apps.bootstrap" % "Loopeer4AndroidBootstrap" % "1.0.1"
[com.loopeer.android.apps.bootstrap/Loopeer4AndroidBootstrap "1.0.1"]