Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.richygreat |
ArtifactId | ArtifactIdevent-rest-spring-boot-parent |
Version | Version22.1.0 |
Type | Typepom |
Filename | Size |
---|---|
event-rest-spring-boot-parent-22.1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.richygreat/event-rest-spring-boot-parent/ -->
<dependency>
<groupId>com.github.richygreat</groupId>
<artifactId>event-rest-spring-boot-parent</artifactId>
<version>22.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.richygreat/event-rest-spring-boot-parent/
implementation 'com.github.richygreat:event-rest-spring-boot-parent:22.1.0'
// https://jarcasting.com/artifacts/com.github.richygreat/event-rest-spring-boot-parent/
implementation ("com.github.richygreat:event-rest-spring-boot-parent:22.1.0")
'com.github.richygreat:event-rest-spring-boot-parent:pom:22.1.0'
<dependency org="com.github.richygreat" name="event-rest-spring-boot-parent" rev="22.1.0">
<artifact name="event-rest-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.richygreat', module='event-rest-spring-boot-parent', version='22.1.0')
)
libraryDependencies += "com.github.richygreat" % "event-rest-spring-boot-parent" % "22.1.0"
[com.github.richygreat/event-rest-spring-boot-parent "22.1.0"]