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