| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.stormpath.sdk |
| Идентификатор | Идентификаторstormpath-sdk-examples-quickstart |
| Версия | Версия1.4.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-quickstart/ -->
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples-quickstart</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-quickstart/
implementation 'com.stormpath.sdk:stormpath-sdk-examples-quickstart:1.4.1'
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-quickstart/
implementation ("com.stormpath.sdk:stormpath-sdk-examples-quickstart:1.4.1")
'com.stormpath.sdk:stormpath-sdk-examples-quickstart:jar:1.4.1'
<dependency org="com.stormpath.sdk" name="stormpath-sdk-examples-quickstart" rev="1.4.1">
<artifact name="stormpath-sdk-examples-quickstart" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-examples-quickstart', version='1.4.1')
)
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-examples-quickstart" % "1.4.1"
[com.stormpath.sdk/stormpath-sdk-examples-quickstart "1.4.1"]