GroupId | GroupIdtop.bayberry |
---|---|
ArtifactId | ArtifactIdbayberry-springboot |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
bayberry-springboot-0.0.7.pom | |
bayberry-springboot-0.0.7.jar | 49 KB |
bayberry-springboot-0.0.7-sources.jar | 33 KB |
bayberry-springboot-0.0.7-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.bayberry/bayberry-springboot/ -->
<dependency>
<groupId>top.bayberry</groupId>
<artifactId>bayberry-springboot</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/top.bayberry/bayberry-springboot/
implementation 'top.bayberry:bayberry-springboot:0.0.7'
// https://jarcasting.com/artifacts/top.bayberry/bayberry-springboot/
implementation ("top.bayberry:bayberry-springboot:0.0.7")
'top.bayberry:bayberry-springboot:jar:0.0.7'
<dependency org="top.bayberry" name="bayberry-springboot" rev="0.0.7">
<artifact name="bayberry-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.bayberry', module='bayberry-springboot', version='0.0.7')
)
libraryDependencies += "top.bayberry" % "bayberry-springboot" % "0.0.7"
[top.bayberry/bayberry-springboot "0.0.7"]