Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.piggsoft |
ArtifactId | ArtifactIdbeetl-spring-boot |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
beetl-spring-boot-0.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.piggsoft/beetl-spring-boot/ -->
<dependency>
<groupId>com.piggsoft</groupId>
<artifactId>beetl-spring-boot</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.piggsoft/beetl-spring-boot/
implementation 'com.piggsoft:beetl-spring-boot:0.0.2'
// https://jarcasting.com/artifacts/com.piggsoft/beetl-spring-boot/
implementation ("com.piggsoft:beetl-spring-boot:0.0.2")
'com.piggsoft:beetl-spring-boot:pom:0.0.2'
<dependency org="com.piggsoft" name="beetl-spring-boot" rev="0.0.2">
<artifact name="beetl-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.piggsoft', module='beetl-spring-boot', version='0.0.2')
)
libraryDependencies += "com.piggsoft" % "beetl-spring-boot" % "0.0.2"
[com.piggsoft/beetl-spring-boot "0.0.2"]