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