GroupId | GroupIdme.snowdrop |
---|---|
ArtifactId | ArtifactIdspring-fallback |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-fallback-0.1.1.pom | |
spring-fallback-0.1.1.jar | 15 KB |
spring-fallback-0.1.1-sources.jar | 13 KB |
spring-fallback-0.1.1-javadoc.jar | 57 KB |
Browse |
<!-- 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"]