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