is not current version
Last Version 0.2.0

me.snowdrop:spring-fallback 0.1.1

Library that provides a purpose built @Fallback annotation for Spring

GroupId

GroupId

me.snowdrop
ArtifactId

ArtifactId

spring-fallback
Version

Version

0.1.1
Type

Type

jar

Download spring-fallback 0.1.1


<!-- https://jarcasting.com/artifacts/me.snowdrop/spring-fallback/ -->
<dependency>
    <groupId>me.snowdrop</groupId>
    <artifactId>spring-fallback</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.snowdrop/spring-fallback/
implementation 'me.snowdrop:spring-fallback:0.1.1'
// https://jarcasting.com/artifacts/me.snowdrop/spring-fallback/
implementation ("me.snowdrop:spring-fallback:0.1.1")
'me.snowdrop:spring-fallback:jar:0.1.1'
<dependency org="me.snowdrop" name="spring-fallback" rev="0.1.1">
  <artifact name="spring-fallback" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.snowdrop', module='spring-fallback', version='0.1.1')
)
libraryDependencies += "me.snowdrop" % "spring-fallback" % "0.1.1"
[me.snowdrop/spring-fallback "0.1.1"]