| Группа | Группаio.sphere.sdk.jvm |
|---|---|
| Идентификатор | Идентификаторtaxes |
| Версия | Версия1.0.0-M4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| taxes-1.0.0-M4.pom | |
| taxes-1.0.0-M4.jar | 11 KB |
| taxes-1.0.0-M4-sources.jar | 7 KB |
| taxes-1.0.0-M4-javadoc.jar | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/taxes/ -->
<dependency>
<groupId>io.sphere.sdk.jvm</groupId>
<artifactId>taxes</artifactId>
<version>1.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/taxes/
implementation 'io.sphere.sdk.jvm:taxes:1.0.0-M4'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/taxes/
implementation ("io.sphere.sdk.jvm:taxes:1.0.0-M4")
'io.sphere.sdk.jvm:taxes:jar:1.0.0-M4'
<dependency org="io.sphere.sdk.jvm" name="taxes" rev="1.0.0-M4">
<artifact name="taxes" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='taxes', version='1.0.0-M4')
)
libraryDependencies += "io.sphere.sdk.jvm" % "taxes" % "1.0.0-M4"
[io.sphere.sdk.jvm/taxes "1.0.0-M4"]