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