Categories |
CategoriesKotlin Languages Mockito Unit Testing |
---|---|
GroupId | GroupIdcom.linecorp.lich |
ArtifactId | ArtifactIdviewmodel-test-mockitokotlin |
Version | Version3.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.linecorp.lich/viewmodel-test-mockitokotlin/ -->
<dependency>
<groupId>com.linecorp.lich</groupId>
<artifactId>viewmodel-test-mockitokotlin</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.lich/viewmodel-test-mockitokotlin/
implementation 'com.linecorp.lich:viewmodel-test-mockitokotlin:3.0.0'
// https://jarcasting.com/artifacts/com.linecorp.lich/viewmodel-test-mockitokotlin/
implementation ("com.linecorp.lich:viewmodel-test-mockitokotlin:3.0.0")
'com.linecorp.lich:viewmodel-test-mockitokotlin:aar:3.0.0'
<dependency org="com.linecorp.lich" name="viewmodel-test-mockitokotlin" rev="3.0.0">
<artifact name="viewmodel-test-mockitokotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.lich', module='viewmodel-test-mockitokotlin', version='3.0.0')
)
libraryDependencies += "com.linecorp.lich" % "viewmodel-test-mockitokotlin" % "3.0.0"
[com.linecorp.lich/viewmodel-test-mockitokotlin "3.0.0"]