| GroupId | GroupIdorg.webpieces | 
    
|---|---|
| ArtifactId | ArtifactIdcore-channelmanager2 | 
    
| Version | Version1.9. | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| core-channelmanager2-1.9..pom | |
| core-channelmanager2-1.9..jar | 114 KB | 
| core-channelmanager2-1.9.-sources.jar | 67 KB | 
| core-channelmanager2-1.9.-javadoc.jar | 358 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webpieces/core-channelmanager2/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>core-channelmanager2</artifactId>
    <version>1.9.</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webpieces/core-channelmanager2/
implementation 'org.webpieces:core-channelmanager2:1.9.'
                // https://jarcasting.com/artifacts/org.webpieces/core-channelmanager2/
implementation ("org.webpieces:core-channelmanager2:1.9.")
                'org.webpieces:core-channelmanager2:jar:1.9.'
                <dependency org="org.webpieces" name="core-channelmanager2" rev="1.9.">
  <artifact name="core-channelmanager2" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webpieces', module='core-channelmanager2', version='1.9.')
)
                libraryDependencies += "org.webpieces" % "core-channelmanager2" % "1.9."
                [org.webpieces/core-channelmanager2 "1.9."]