Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration JSON Data |
---|---|
GroupId | GroupIdorg.jsonhoist |
ArtifactId | ArtifactIdjsonhoist-spring-boot-autoconfigure |
Version | Version0.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jsonhoist/jsonhoist-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.jsonhoist</groupId>
<artifactId>jsonhoist-spring-boot-autoconfigure</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonhoist/jsonhoist-spring-boot-autoconfigure/
implementation 'org.jsonhoist:jsonhoist-spring-boot-autoconfigure:0.8.0'
// https://jarcasting.com/artifacts/org.jsonhoist/jsonhoist-spring-boot-autoconfigure/
implementation ("org.jsonhoist:jsonhoist-spring-boot-autoconfigure:0.8.0")
'org.jsonhoist:jsonhoist-spring-boot-autoconfigure:jar:0.8.0'
<dependency org="org.jsonhoist" name="jsonhoist-spring-boot-autoconfigure" rev="0.8.0">
<artifact name="jsonhoist-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonhoist', module='jsonhoist-spring-boot-autoconfigure', version='0.8.0')
)
libraryDependencies += "org.jsonhoist" % "jsonhoist-spring-boot-autoconfigure" % "0.8.0"
[org.jsonhoist/jsonhoist-spring-boot-autoconfigure "0.8.0"]