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