x

xowl-service-statistics

The service for providing statistics about the platform
文件下载
文件名 操作
xowl-service-statistics-0.2.3.jar 下载
xowl-service-statistics-0.2.3.pom 下载
xowl-service-statistics-0.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.xowl.platform</groupId>
  <artifactId>xowl-service-statistics</artifactId>
  <version>0.2.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.xowl.platform:xowl-service-statistics:0.2.3'
Gradle Kotlin
implementation("org.xowl.platform:xowl-service-statistics:0.2.3")
Scala SBT
libraryDependencies += "org.xowl.platform" % "xowl-service-statistics" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.xowl.platform', module='xowl-service-statistics', version='0.2.3')
)
Apache Ivy
<dependency org="org.xowl.platform" name="xowl-service-statistics" rev="0.2.3" />
Leiningen
[org.xowl.platform/xowl-service-statistics "0.2.3"]
Apache Buildr
'org.xowl.platform:xowl-service-statistics:jar:0.2.3'