GroupId | GroupIdcom.github.aartikov |
---|---|
ArtifactId | ArtifactIdreplica-devtools |
Version | Version1.0.0-alpha1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.aartikov/replica-devtools/ -->
<dependency>
<groupId>com.github.aartikov</groupId>
<artifactId>replica-devtools</artifactId>
<version>1.0.0-alpha1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aartikov/replica-devtools/
implementation 'com.github.aartikov:replica-devtools:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.github.aartikov/replica-devtools/
implementation ("com.github.aartikov:replica-devtools:1.0.0-alpha1")
'com.github.aartikov:replica-devtools:aar:1.0.0-alpha1'
<dependency org="com.github.aartikov" name="replica-devtools" rev="1.0.0-alpha1">
<artifact name="replica-devtools" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.aartikov', module='replica-devtools', version='1.0.0-alpha1')
)
libraryDependencies += "com.github.aartikov" % "replica-devtools" % "1.0.0-alpha1"
[com.github.aartikov/replica-devtools "1.0.0-alpha1"]