Lich Component (for testing with mockito-kotlin)

Lightweight framework for managing singleton components on Android apps.

License

License

Categories

Categories

Kotlin Languages Mockito Unit Testing
GroupId

GroupId

com.linecorp.lich
ArtifactId

ArtifactId

component-test-mockitokotlin
Last Version

Last Version

2.8.0
Release Date

Release Date

Type

Type

aar
Description

Description

Lich Component (for testing with mockito-kotlin)
Lightweight framework for managing singleton components on Android apps.
Project URL

Project URL

https://github.com/line/lich/tree/master/component
Source Code Management

Source Code Management

https://github.com/line/lich

Download component-test-mockitokotlin

How to add to project

<!-- https://jarcasting.com/artifacts/com.linecorp.lich/component-test-mockitokotlin/ -->
<dependency>
    <groupId>com.linecorp.lich</groupId>
    <artifactId>component-test-mockitokotlin</artifactId>
    <version>2.8.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.lich/component-test-mockitokotlin/
implementation 'com.linecorp.lich:component-test-mockitokotlin:2.8.0'
// https://jarcasting.com/artifacts/com.linecorp.lich/component-test-mockitokotlin/
implementation ("com.linecorp.lich:component-test-mockitokotlin:2.8.0")
'com.linecorp.lich:component-test-mockitokotlin:aar:2.8.0'
<dependency org="com.linecorp.lich" name="component-test-mockitokotlin" rev="2.8.0">
  <artifact name="component-test-mockitokotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.lich', module='component-test-mockitokotlin', version='2.8.0')
)
libraryDependencies += "com.linecorp.lich" % "component-test-mockitokotlin" % "2.8.0"
[com.linecorp.lich/component-test-mockitokotlin "2.8.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.linecorp.lich : component-test jar 2.8.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

Project Modules

There are no modules declared in this project.
com.linecorp.lich

LINE

Versions

Version
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0