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