GroupId | GroupIdcom.github.shepherdviolet |
---|---|
ArtifactId | ArtifactIdslate-springboot |
Version | Version10.0 |
Type | Typejar |
Filename | Size |
---|---|
slate-springboot-10.0.pom | |
slate-springboot-10.0.jar | 9 KB |
slate-springboot-10.0-sources.jar | 6 KB |
slate-springboot-10.0-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shepherdviolet/slate-springboot/ -->
<dependency>
<groupId>com.github.shepherdviolet</groupId>
<artifactId>slate-springboot</artifactId>
<version>10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shepherdviolet/slate-springboot/
implementation 'com.github.shepherdviolet:slate-springboot:10.0'
// https://jarcasting.com/artifacts/com.github.shepherdviolet/slate-springboot/
implementation ("com.github.shepherdviolet:slate-springboot:10.0")
'com.github.shepherdviolet:slate-springboot:jar:10.0'
<dependency org="com.github.shepherdviolet" name="slate-springboot" rev="10.0">
<artifact name="slate-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shepherdviolet', module='slate-springboot', version='10.0')
)
libraryDependencies += "com.github.shepherdviolet" % "slate-springboot" % "10.0"
[com.github.shepherdviolet/slate-springboot "10.0"]