GroupId | GroupIdcom.github.roneetshaw |
---|---|
ArtifactId | ArtifactIdfn-spring-cloud-function |
Version | Version1.0.127 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/fn-spring-cloud-function/ -->
<dependency>
<groupId>com.github.roneetshaw</groupId>
<artifactId>fn-spring-cloud-function</artifactId>
<version>1.0.127</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roneetshaw/fn-spring-cloud-function/
implementation 'com.github.roneetshaw:fn-spring-cloud-function:1.0.127'
// https://jarcasting.com/artifacts/com.github.roneetshaw/fn-spring-cloud-function/
implementation ("com.github.roneetshaw:fn-spring-cloud-function:1.0.127")
'com.github.roneetshaw:fn-spring-cloud-function:jar:1.0.127'
<dependency org="com.github.roneetshaw" name="fn-spring-cloud-function" rev="1.0.127">
<artifact name="fn-spring-cloud-function" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roneetshaw', module='fn-spring-cloud-function', version='1.0.127')
)
libraryDependencies += "com.github.roneetshaw" % "fn-spring-cloud-function" % "1.0.127"
[com.github.roneetshaw/fn-spring-cloud-function "1.0.127"]