SFG Brewery Gateway Service
Source code in this repository is to support my online courses.
Learn more about my courses below!
License |
License |
---|---|
GroupId | GroupIdcom.github.sfg-beer-works |
ArtifactId | ArtifactIdsfg-brewery-gateway |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsfg-brewery-gateway
Demo project for Spring Boot
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sfg-brewery-gateway-1.0.5.pom | |
sfg-brewery-gateway-1.0.5.jar | 45 MB |
sfg-brewery-gateway-1.0.5-sources.jar | 6 KB |
sfg-brewery-gateway-1.0.5-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sfg-beer-works/sfg-brewery-gateway/ -->
<dependency>
<groupId>com.github.sfg-beer-works</groupId>
<artifactId>sfg-brewery-gateway</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sfg-beer-works/sfg-brewery-gateway/
implementation 'com.github.sfg-beer-works:sfg-brewery-gateway:1.0.5'
// https://jarcasting.com/artifacts/com.github.sfg-beer-works/sfg-brewery-gateway/
implementation ("com.github.sfg-beer-works:sfg-brewery-gateway:1.0.5")
'com.github.sfg-beer-works:sfg-brewery-gateway:jar:1.0.5'
<dependency org="com.github.sfg-beer-works" name="sfg-brewery-gateway" rev="1.0.5">
<artifact name="sfg-brewery-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sfg-beer-works', module='sfg-brewery-gateway', version='1.0.5')
)
libraryDependencies += "com.github.sfg-beer-works" % "sfg-brewery-gateway" % "1.0.5"
[com.github.sfg-beer-works/sfg-brewery-gateway "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.0.RELEASE |
Source code in this repository is to support my online courses.
Learn more about my courses below!