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