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