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