Categories |
CategoriesSpring Boot Container Microservices Net Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.ardikars.jxnet |
ArtifactId | ArtifactIdjxnet-spring-boot-autoconfigure |
Version | Version1.5.3.RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.ardikars.jxnet</groupId>
<artifactId>jxnet-spring-boot-autoconfigure</artifactId>
<version>1.5.3.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-autoconfigure/
implementation 'com.ardikars.jxnet:jxnet-spring-boot-autoconfigure:1.5.3.RC4'
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-autoconfigure/
implementation ("com.ardikars.jxnet:jxnet-spring-boot-autoconfigure:1.5.3.RC4")
'com.ardikars.jxnet:jxnet-spring-boot-autoconfigure:jar:1.5.3.RC4'
<dependency org="com.ardikars.jxnet" name="jxnet-spring-boot-autoconfigure" rev="1.5.3.RC4">
<artifact name="jxnet-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxnet', module='jxnet-spring-boot-autoconfigure', version='1.5.3.RC4')
)
libraryDependencies += "com.ardikars.jxnet" % "jxnet-spring-boot-autoconfigure" % "1.5.3.RC4"
[com.ardikars.jxnet/jxnet-spring-boot-autoconfigure "1.5.3.RC4"]