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