| Categories | 
                CategoriesSpring Boot Container Microservices Net | 
        
|---|---|
| GroupId | GroupIdcom.ardikars.jxnet | 
    
| ArtifactId | ArtifactIdjxnet-spring-boot-starter-example | 
    
| Version | Version1.5.1.RELEASE | 
        
| Type | Typejar | 
    
<!-- 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.1.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.1.RELEASE'
                // https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-spring-boot-starter-example/
implementation ("com.ardikars.jxnet:jxnet-spring-boot-starter-example:1.5.1.RELEASE")
                'com.ardikars.jxnet:jxnet-spring-boot-starter-example:jar:1.5.1.RELEASE'
                <dependency org="com.ardikars.jxnet" name="jxnet-spring-boot-starter-example" rev="1.5.1.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.1.RELEASE')
)
                libraryDependencies += "com.ardikars.jxnet" % "jxnet-spring-boot-starter-example" % "1.5.1.RELEASE"
                [com.ardikars.jxnet/jxnet-spring-boot-starter-example "1.5.1.RELEASE"]