GroupId | GroupIdde.viaboxx |
---|---|
ArtifactId | ArtifactIdannomark-example |
Version | Version2.5.5 |
Type | Typejar |
Filename | Size |
---|---|
annomark-example-2.5.5.pom | |
annomark-example-2.5.5.jar | 23 KB |
annomark-example-2.5.5-sources.jar | 17 KB |
annomark-example-2.5.5-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.viaboxx/annomark-example/ -->
<dependency>
<groupId>de.viaboxx</groupId>
<artifactId>annomark-example</artifactId>
<version>2.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.viaboxx/annomark-example/
implementation 'de.viaboxx:annomark-example:2.5.5'
// https://jarcasting.com/artifacts/de.viaboxx/annomark-example/
implementation ("de.viaboxx:annomark-example:2.5.5")
'de.viaboxx:annomark-example:jar:2.5.5'
<dependency org="de.viaboxx" name="annomark-example" rev="2.5.5">
<artifact name="annomark-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viaboxx', module='annomark-example', version='2.5.5')
)
libraryDependencies += "de.viaboxx" % "annomark-example" % "2.5.5"
[de.viaboxx/annomark-example "2.5.5"]