Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdorg.faucet-pipeline |
ArtifactId | ArtifactIdfaucet-pipeline-spring-boot-autoconfigure |
Version | Version1.0.0-rc.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.faucet-pipeline/faucet-pipeline-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.faucet-pipeline</groupId>
<artifactId>faucet-pipeline-spring-boot-autoconfigure</artifactId>
<version>1.0.0-rc.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.faucet-pipeline/faucet-pipeline-spring-boot-autoconfigure/
implementation 'org.faucet-pipeline:faucet-pipeline-spring-boot-autoconfigure:1.0.0-rc.4'
// https://jarcasting.com/artifacts/org.faucet-pipeline/faucet-pipeline-spring-boot-autoconfigure/
implementation ("org.faucet-pipeline:faucet-pipeline-spring-boot-autoconfigure:1.0.0-rc.4")
'org.faucet-pipeline:faucet-pipeline-spring-boot-autoconfigure:jar:1.0.0-rc.4'
<dependency org="org.faucet-pipeline" name="faucet-pipeline-spring-boot-autoconfigure" rev="1.0.0-rc.4">
<artifact name="faucet-pipeline-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.faucet-pipeline', module='faucet-pipeline-spring-boot-autoconfigure', version='1.0.0-rc.4')
)
libraryDependencies += "org.faucet-pipeline" % "faucet-pipeline-spring-boot-autoconfigure" % "1.0.0-rc.4"
[org.faucet-pipeline/faucet-pipeline-spring-boot-autoconfigure "1.0.0-rc.4"]