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