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