Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdcom.ardikars.jxnet |
ArtifactId | ArtifactIdjxnet-spring-boot-starter |
Version | Version1.5.4.RELEASE |
Type | Typejar |
<!-- 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.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-starter/
implementation 'com.ardikars.jxnet:jxnet-spring-boot-starter:1.5.4.RELEASE'
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-starter/
implementation ("com.ardikars.jxnet:jxnet-spring-boot-starter:1.5.4.RELEASE")
'com.ardikars.jxnet:jxnet-spring-boot-starter:jar:1.5.4.RELEASE'
<dependency org="com.ardikars.jxnet" name="jxnet-spring-boot-starter" rev="1.5.4.RELEASE">
<artifact name="jxnet-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxnet', module='jxnet-spring-boot-starter', version='1.5.4.RELEASE')
)
libraryDependencies += "com.ardikars.jxnet" % "jxnet-spring-boot-starter" % "1.5.4.RELEASE"
[com.ardikars.jxnet/jxnet-spring-boot-starter "1.5.4.RELEASE"]