| Группа | Группаpl.droidsonroids.testing |
|---|---|
| Идентификатор | Идентификаторmockwebserver-path-dispatcher |
| Версия | Версия1.0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/pl.droidsonroids.testing/mockwebserver-path-dispatcher/ -->
<dependency>
<groupId>pl.droidsonroids.testing</groupId>
<artifactId>mockwebserver-path-dispatcher</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.droidsonroids.testing/mockwebserver-path-dispatcher/
implementation 'pl.droidsonroids.testing:mockwebserver-path-dispatcher:1.0.1'
// https://jarcasting.com/artifacts/pl.droidsonroids.testing/mockwebserver-path-dispatcher/
implementation ("pl.droidsonroids.testing:mockwebserver-path-dispatcher:1.0.1")
'pl.droidsonroids.testing:mockwebserver-path-dispatcher:jar:1.0.1'
<dependency org="pl.droidsonroids.testing" name="mockwebserver-path-dispatcher" rev="1.0.1">
<artifact name="mockwebserver-path-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.droidsonroids.testing', module='mockwebserver-path-dispatcher', version='1.0.1')
)
libraryDependencies += "pl.droidsonroids.testing" % "mockwebserver-path-dispatcher" % "1.0.1"
[pl.droidsonroids.testing/mockwebserver-path-dispatcher "1.0.1"]