License |
License |
---|---|
Categories |
CategoriesMicroservices Container |
GroupId | GroupIdcom.github.ffremont.microservices.springboot |
ArtifactId | ArtifactIdnode |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Starter Parent
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
node-1.1.0.pom | |
node-1.1.0.jar | 15 MB |
node-1.1.0-sources.jar | 22 KB |
node-1.1.0-package.zip | 15 MB |
node-1.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffremont.microservices.springboot/node/
implementation 'com.github.ffremont.microservices.springboot:node:1.1.0'
// https://jarcasting.com/artifacts/com.github.ffremont.microservices.springboot/node/
implementation ("com.github.ffremont.microservices.springboot:node:1.1.0")
'com.github.ffremont.microservices.springboot:node:jar:1.1.0'
<dependency org="com.github.ffremont.microservices.springboot" name="node" rev="1.1.0">
<artifact name="node" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ffremont.microservices.springboot', module='node', version='1.1.0')
)
libraryDependencies += "com.github.ffremont.microservices.springboot" % "node" % "1.1.0"
[com.github.ffremont.microservices.springboot/node "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ffremont.microservices.springboot : pojo | jar | 1.1.0 |
org.springframework.boot : spring-boot-starter-web | jar | 1.2.1.RELEASE |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-undertow | jar | 1.2.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.2.1.RELEASE |