| GroupId | GroupIdorg.hildan.livedoc |
|---|---|
| ArtifactId | ArtifactIdlivedoc-springboot |
| Version | Version5.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| livedoc-springboot-5.1.1.pom | |
| livedoc-springboot-5.1.1.jar | 5 KB |
| livedoc-springboot-5.1.1-sources.jar | 3 KB |
| livedoc-springboot-5.1.1-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-springboot/ -->
<dependency>
<groupId>org.hildan.livedoc</groupId>
<artifactId>livedoc-springboot</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-springboot/
implementation 'org.hildan.livedoc:livedoc-springboot:5.1.1'
// https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-springboot/
implementation ("org.hildan.livedoc:livedoc-springboot:5.1.1")
'org.hildan.livedoc:livedoc-springboot:jar:5.1.1'
<dependency org="org.hildan.livedoc" name="livedoc-springboot" rev="5.1.1">
<artifact name="livedoc-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.livedoc', module='livedoc-springboot', version='5.1.1')
)
libraryDependencies += "org.hildan.livedoc" % "livedoc-springboot" % "5.1.1"
[org.hildan.livedoc/livedoc-springboot "5.1.1"]