GroupId | GroupIdcom.andkulikov |
---|---|
ArtifactId | ArtifactIdtransitionseverywhere |
Version | Version2.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.andkulikov/transitionseverywhere/ -->
<dependency>
<groupId>com.andkulikov</groupId>
<artifactId>transitionseverywhere</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.andkulikov/transitionseverywhere/
implementation 'com.andkulikov:transitionseverywhere:2.0.0'
// https://jarcasting.com/artifacts/com.andkulikov/transitionseverywhere/
implementation ("com.andkulikov:transitionseverywhere:2.0.0")
'com.andkulikov:transitionseverywhere:aar:2.0.0'
<dependency org="com.andkulikov" name="transitionseverywhere" rev="2.0.0">
<artifact name="transitionseverywhere" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.andkulikov', module='transitionseverywhere', version='2.0.0')
)
libraryDependencies += "com.andkulikov" % "transitionseverywhere" % "2.0.0"
[com.andkulikov/transitionseverywhere "2.0.0"]