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