| GroupId | GroupIdorg.bytesoft | 
    
|---|---|
| ArtifactId | ArtifactIdbytetcc-core | 
    
| Version | Version0.5.0-ALPHA11 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| bytetcc-core-0.5.0-ALPHA11.pom | |
| bytetcc-core-0.5.0-ALPHA11.jar | 98 KB | 
| bytetcc-core-0.5.0-ALPHA11-sources.jar | 64 KB | 
| bytetcc-core-0.5.0-ALPHA11-javadoc.jar | 296 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bytesoft/bytetcc-core/ -->
<dependency>
    <groupId>org.bytesoft</groupId>
    <artifactId>bytetcc-core</artifactId>
    <version>0.5.0-ALPHA11</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bytesoft/bytetcc-core/
implementation 'org.bytesoft:bytetcc-core:0.5.0-ALPHA11'
                // https://jarcasting.com/artifacts/org.bytesoft/bytetcc-core/
implementation ("org.bytesoft:bytetcc-core:0.5.0-ALPHA11")
                'org.bytesoft:bytetcc-core:jar:0.5.0-ALPHA11'
                <dependency org="org.bytesoft" name="bytetcc-core" rev="0.5.0-ALPHA11">
  <artifact name="bytetcc-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bytesoft', module='bytetcc-core', version='0.5.0-ALPHA11')
)
                libraryDependencies += "org.bytesoft" % "bytetcc-core" % "0.5.0-ALPHA11"
                [org.bytesoft/bytetcc-core "0.5.0-ALPHA11"]