c

cli

Analyze Text data to determine simple type and Semantic type information as well as other key metrics associated with a text stream.
https://github.com/tsegall/fta
The Apache License, Version 2.0
Tim Segall
文件下载
文件名 操作
cli-15.7.1.jar 下载
cli-15.7.1.pom 下载
cli-15.7.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.cobber.fta</groupId>
  <artifactId>cli</artifactId>
  <version>15.7.1</version>
</dependency>
Gradle Groovy
implementation 'com.cobber.fta:cli:15.7.1'
Gradle Kotlin
implementation("com.cobber.fta:cli:15.7.1")
Scala SBT
libraryDependencies += "com.cobber.fta" % "cli" % "15.7.1"
Groovy Grape
@Grapes(
  @Grab(group='com.cobber.fta', module='cli', version='15.7.1')
)
Apache Ivy
<dependency org="com.cobber.fta" name="cli" rev="15.7.1" />
Leiningen
[com.cobber.fta/cli "15.7.1"]
Apache Buildr
'com.cobber.fta:cli:jar:15.7.1'