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