| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.lightbend.cloudflow | 
    
| ArtifactId | ArtifactIdcloudflow-extractor_2.12 | 
    
| Version | Version2.3.1-NIGHTLY20220613 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncloudflow-extractor 
            Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-extractor_2.12/ -->
<dependency>
    <groupId>com.lightbend.cloudflow</groupId>
    <artifactId>cloudflow-extractor_2.12</artifactId>
    <version>2.3.1-NIGHTLY20220613</version>
</dependency>
                // https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-extractor_2.12/
implementation 'com.lightbend.cloudflow:cloudflow-extractor_2.12:2.3.1-NIGHTLY20220613'
                // https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-extractor_2.12/
implementation ("com.lightbend.cloudflow:cloudflow-extractor_2.12:2.3.1-NIGHTLY20220613")
                'com.lightbend.cloudflow:cloudflow-extractor_2.12:jar:2.3.1-NIGHTLY20220613'
                <dependency org="com.lightbend.cloudflow" name="cloudflow-extractor_2.12" rev="2.3.1-NIGHTLY20220613">
  <artifact name="cloudflow-extractor_2.12" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.lightbend.cloudflow', module='cloudflow-extractor_2.12', version='2.3.1-NIGHTLY20220613')
)
                libraryDependencies += "com.lightbend.cloudflow" % "cloudflow-extractor_2.12" % "2.3.1-NIGHTLY20220613"
                [com.lightbend.cloudflow/cloudflow-extractor_2.12 "2.3.1-NIGHTLY20220613"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.15 | 
| com.typesafe : config | jar | 1.4.2 | 
| io.github.classgraph : classgraph | jar | 4.8.146 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.2.12 |