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