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