License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.bigdullrock |
ArtifactId | ArtifactIdnifty-spring-boot-starter-demo |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionNifty Spring Boot Starter Demo
Spring Boot Starter for the Nifty Thrift Library
|
Project Organization |
Project OrganizationBig Dull Rock |
<!-- https://jarcasting.com/artifacts/com.bigdullrock/nifty-spring-boot-starter-demo/ -->
<dependency>
<groupId>com.bigdullrock</groupId>
<artifactId>nifty-spring-boot-starter-demo</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bigdullrock/nifty-spring-boot-starter-demo/
implementation 'com.bigdullrock:nifty-spring-boot-starter-demo:0.8.0'
// https://jarcasting.com/artifacts/com.bigdullrock/nifty-spring-boot-starter-demo/
implementation ("com.bigdullrock:nifty-spring-boot-starter-demo:0.8.0")
'com.bigdullrock:nifty-spring-boot-starter-demo:jar:0.8.0'
<dependency org="com.bigdullrock" name="nifty-spring-boot-starter-demo" rev="0.8.0">
<artifact name="nifty-spring-boot-starter-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bigdullrock', module='nifty-spring-boot-starter-demo', version='0.8.0')
)
libraryDependencies += "com.bigdullrock" % "nifty-spring-boot-starter-demo" % "0.8.0"
[com.bigdullrock/nifty-spring-boot-starter-demo "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.bigdullrock : nifty-spring-boot-starter | jar | 0.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.5.RELEASE |
org.springframework.boot : spring-boot-test | jar | 1.4.3.RELEASE |
junit : junit | jar | 4.12 |