GroupId | GroupIdru.curs |
---|---|
ArtifactId | ArtifactIdcelesta-core |
Version | Version7.1.3 |
Type | Typejar |
Filename | Size |
---|---|
celesta-core-7.1.3.pom | |
celesta-core-7.1.3.jar | 121 KB |
celesta-core-7.1.3-sources.jar | 67 KB |
celesta-core-7.1.3-javadoc.jar | 295 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.curs/celesta-core/ -->
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-core</artifactId>
<version>7.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.curs/celesta-core/
implementation 'ru.curs:celesta-core:7.1.3'
// https://jarcasting.com/artifacts/ru.curs/celesta-core/
implementation ("ru.curs:celesta-core:7.1.3")
'ru.curs:celesta-core:jar:7.1.3'
<dependency org="ru.curs" name="celesta-core" rev="7.1.3">
<artifact name="celesta-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.curs', module='celesta-core', version='7.1.3')
)
libraryDependencies += "ru.curs" % "celesta-core" % "7.1.3"
[ru.curs/celesta-core "7.1.3"]