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