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