Categories |
CategorieseXist Data Databases |
---|---|
GroupId | GroupIdorg.exist-db |
ArtifactId | ArtifactIdexist-counter |
Version | Version5.1.1 |
Type | Typejar |
Filename | Size |
---|---|
exist-counter-5.1.1.pom | |
exist-counter-5.1.1.jar | 9 KB |
exist-counter-5.1.1-sources.jar | 7 KB |
exist-counter-5.1.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist-counter/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-counter</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-counter/
implementation 'org.exist-db:exist-counter:5.1.1'
// https://jarcasting.com/artifacts/org.exist-db/exist-counter/
implementation ("org.exist-db:exist-counter:5.1.1")
'org.exist-db:exist-counter:jar:5.1.1'
<dependency org="org.exist-db" name="exist-counter" rev="5.1.1">
<artifact name="exist-counter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-counter', version='5.1.1')
)
libraryDependencies += "org.exist-db" % "exist-counter" % "5.1.1"
[org.exist-db/exist-counter "5.1.1"]