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