| Категории |
КатегорииSpring Boot Контейнер Микросервисы Сеть |
|---|---|
| Группа | Группаcom.ardikars.jxnet |
| Идентификатор | Идентификаторjxnet-spring-boot-starter |
| Версия | Версия1.5.3.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jxnet-spring-boot-starter-1.5.3.RELEASE.pom | |
| jxnet-spring-boot-starter-1.5.3.RELEASE.jar | 304 bytes |
| jxnet-spring-boot-starter-1.5.3.RELEASE-sources.jar | 261 bytes |
| jxnet-spring-boot-starter-1.5.3.RELEASE-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-starter/ -->
<dependency>
<groupId>com.ardikars.jxnet</groupId>
<artifactId>jxnet-spring-boot-starter</artifactId>
<version>1.5.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-starter/
implementation 'com.ardikars.jxnet:jxnet-spring-boot-starter:1.5.3.RELEASE'
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-starter/
implementation ("com.ardikars.jxnet:jxnet-spring-boot-starter:1.5.3.RELEASE")
'com.ardikars.jxnet:jxnet-spring-boot-starter:jar:1.5.3.RELEASE'
<dependency org="com.ardikars.jxnet" name="jxnet-spring-boot-starter" rev="1.5.3.RELEASE">
<artifact name="jxnet-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxnet', module='jxnet-spring-boot-starter', version='1.5.3.RELEASE')
)
libraryDependencies += "com.ardikars.jxnet" % "jxnet-spring-boot-starter" % "1.5.3.RELEASE"
[com.ardikars.jxnet/jxnet-spring-boot-starter "1.5.3.RELEASE"]