| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.codecrafting |
| Идентификатор | Идентификаторspringfx-core |
| Версия | Версия0.1.0-BETA4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| springfx-core-0.1.0-BETA4.pom | |
| springfx-core-0.1.0-BETA4.jar | 76 KB |
| springfx-core-0.1.0-BETA4-sources.jar | 65 KB |
| springfx-core-0.1.0-BETA4-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.codecrafting/springfx-core/ -->
<dependency>
<groupId>net.codecrafting</groupId>
<artifactId>springfx-core</artifactId>
<version>0.1.0-BETA4</version>
</dependency>
// https://jarcasting.com/artifacts/net.codecrafting/springfx-core/
implementation 'net.codecrafting:springfx-core:0.1.0-BETA4'
// https://jarcasting.com/artifacts/net.codecrafting/springfx-core/
implementation ("net.codecrafting:springfx-core:0.1.0-BETA4")
'net.codecrafting:springfx-core:jar:0.1.0-BETA4'
<dependency org="net.codecrafting" name="springfx-core" rev="0.1.0-BETA4">
<artifact name="springfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codecrafting', module='springfx-core', version='0.1.0-BETA4')
)
libraryDependencies += "net.codecrafting" % "springfx-core" % "0.1.0-BETA4"
[net.codecrafting/springfx-core "0.1.0-BETA4"]