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