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