Categories |
CategoriesEureka Container Microservices |
---|---|
GroupId | GroupIdtop.memfactory |
ArtifactId | ArtifactIdeureka-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
eureka-parent-0.0.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.memfactory/eureka-parent/ -->
<dependency>
<groupId>top.memfactory</groupId>
<artifactId>eureka-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.memfactory/eureka-parent/
implementation 'top.memfactory:eureka-parent:0.0.1'
// https://jarcasting.com/artifacts/top.memfactory/eureka-parent/
implementation ("top.memfactory:eureka-parent:0.0.1")
'top.memfactory:eureka-parent:pom:0.0.1'
<dependency org="top.memfactory" name="eureka-parent" rev="0.0.1">
<artifact name="eureka-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.memfactory', module='eureka-parent', version='0.0.1')
)
libraryDependencies += "top.memfactory" % "eureka-parent" % "0.0.1"
[top.memfactory/eureka-parent "0.0.1"]