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