Categories |
CategoriesMicroservices Container |
---|---|
GroupId | GroupIdcom.github.ffremont.microservices.springboot |
ArtifactId | ArtifactIdnode |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
node-1.0.5.pom | |
node-1.0.5.jar | 15 MB |
node-1.0.5-sources.jar | 22 KB |
node-1.0.5-package.zip | 15 MB |
node-1.0.5-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ffremont.microservices.springboot/node/ -->
<dependency>
<groupId>com.github.ffremont.microservices.springboot</groupId>
<artifactId>node</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffremont.microservices.springboot/node/
implementation 'com.github.ffremont.microservices.springboot:node:1.0.5'
// https://jarcasting.com/artifacts/com.github.ffremont.microservices.springboot/node/
implementation ("com.github.ffremont.microservices.springboot:node:1.0.5")
'com.github.ffremont.microservices.springboot:node:jar:1.0.5'
<dependency org="com.github.ffremont.microservices.springboot" name="node" rev="1.0.5">
<artifact name="node" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ffremont.microservices.springboot', module='node', version='1.0.5')
)
libraryDependencies += "com.github.ffremont.microservices.springboot" % "node" % "1.0.5"
[com.github.ffremont.microservices.springboot/node "1.0.5"]