F

Flashml-Log-Server

This projects starts a server which collects the logs of FlashML
https://github.com/247-ai/FlashML-Log-Server
Apache License, Version 2.0
Samik Raychaudhuri
文件下载
文件名 操作
Flashml-Log-Server-1.0.jar 下载
Flashml-Log-Server-1.0.pom 下载
Flashml-Log-Server-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.247-ai</groupId>
  <artifactId>Flashml-Log-Server</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.247-ai:Flashml-Log-Server:1.0'
Gradle Kotlin
implementation("com.github.247-ai:Flashml-Log-Server:1.0")
Scala SBT
libraryDependencies += "com.github.247-ai" % "Flashml-Log-Server" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.247-ai', module='Flashml-Log-Server', version='1.0')
)
Apache Ivy
<dependency org="com.github.247-ai" name="Flashml-Log-Server" rev="1.0" />
Leiningen
[com.github.247-ai/Flashml-Log-Server "1.0"]
Apache Buildr
'com.github.247-ai:Flashml-Log-Server:jar:1.0'