| GroupId | GroupIdorg.hildan.livedoc |
|---|---|
| ArtifactId | ArtifactIdlivedoc-annotations |
| Version | Version4.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| livedoc-annotations-4.3.1.pom | |
| livedoc-annotations-4.3.1.jar | 19 KB |
| livedoc-annotations-4.3.1-sources.jar | 20 KB |
| livedoc-annotations-4.3.1-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-annotations/ -->
<dependency>
<groupId>org.hildan.livedoc</groupId>
<artifactId>livedoc-annotations</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-annotations/
implementation 'org.hildan.livedoc:livedoc-annotations:4.3.1'
// https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-annotations/
implementation ("org.hildan.livedoc:livedoc-annotations:4.3.1")
'org.hildan.livedoc:livedoc-annotations:jar:4.3.1'
<dependency org="org.hildan.livedoc" name="livedoc-annotations" rev="4.3.1">
<artifact name="livedoc-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.livedoc', module='livedoc-annotations', version='4.3.1')
)
libraryDependencies += "org.hildan.livedoc" % "livedoc-annotations" % "4.3.1"
[org.hildan.livedoc/livedoc-annotations "4.3.1"]