GroupId | GroupIdcom.pacificwebconsulting.runtime |
---|---|
ArtifactId | ArtifactIdruntime-microservice |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pacificwebconsulting.runtime/runtime-microservice/ -->
<dependency>
<groupId>com.pacificwebconsulting.runtime</groupId>
<artifactId>runtime-microservice</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pacificwebconsulting.runtime/runtime-microservice/
implementation 'com.pacificwebconsulting.runtime:runtime-microservice:1.0.2'
// https://jarcasting.com/artifacts/com.pacificwebconsulting.runtime/runtime-microservice/
implementation ("com.pacificwebconsulting.runtime:runtime-microservice:1.0.2")
'com.pacificwebconsulting.runtime:runtime-microservice:jar:1.0.2'
<dependency org="com.pacificwebconsulting.runtime" name="runtime-microservice" rev="1.0.2">
<artifact name="runtime-microservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pacificwebconsulting.runtime', module='runtime-microservice', version='1.0.2')
)
libraryDependencies += "com.pacificwebconsulting.runtime" % "runtime-microservice" % "1.0.2"
[com.pacificwebconsulting.runtime/runtime-microservice "1.0.2"]