Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.richygreat |
ArtifactId | ArtifactIdevent-rest-spring-boot-parent |
Version | Version2.0.2 |
Type | Typepom |
Filename | Size |
---|---|
event-rest-spring-boot-parent-2.0.2.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>2.0.2</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:2.0.2'
// https://jarcasting.com/artifacts/com.github.richygreat/event-rest-spring-boot-parent/
implementation ("com.github.richygreat:event-rest-spring-boot-parent:2.0.2")
'com.github.richygreat:event-rest-spring-boot-parent:pom:2.0.2'
<dependency org="com.github.richygreat" name="event-rest-spring-boot-parent" rev="2.0.2">
<artifact name="event-rest-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.richygreat', module='event-rest-spring-boot-parent', version='2.0.2')
)
libraryDependencies += "com.github.richygreat" % "event-rest-spring-boot-parent" % "2.0.2"
[com.github.richygreat/event-rest-spring-boot-parent "2.0.2"]