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