<dependency>
<groupId>org.kodein.mock</groupId>
<artifactId>mockmp-test-helper-junit5-watchossimulatorarm64</artifactId>
<version>1.13.0</version>
<type>klib</type>
</dependency>
implementation 'org.kodein.mock:mockmp-test-helper-junit5-watchossimulatorarm64:1.13.0'
implementation("org.kodein.mock:mockmp-test-helper-junit5-watchossimulatorarm64:1.13.0")
libraryDependencies += "org.kodein.mock" % "mockmp-test-helper-junit5-watchossimulatorarm64" % "1.13.0"
@Grapes(
@Grab(group='org.kodein.mock', module='mockmp-test-helper-junit5-watchossimulatorarm64', version='1.13.0')
)
<dependency org="org.kodein.mock" name="mockmp-test-helper-junit5-watchossimulatorarm64" rev="1.13.0" />