| GroupId | GroupIdorg.bytesoft | 
    
|---|---|
| ArtifactId | ArtifactIdbytetcc-common | 
    
| Version | Version0.5.0-ALPHA2 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.bytesoft/bytetcc-common/ -->
<dependency>
    <groupId>org.bytesoft</groupId>
    <artifactId>bytetcc-common</artifactId>
    <version>0.5.0-ALPHA2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bytesoft/bytetcc-common/
implementation 'org.bytesoft:bytetcc-common:0.5.0-ALPHA2'
                // https://jarcasting.com/artifacts/org.bytesoft/bytetcc-common/
implementation ("org.bytesoft:bytetcc-common:0.5.0-ALPHA2")
                'org.bytesoft:bytetcc-common:jar:0.5.0-ALPHA2'
                <dependency org="org.bytesoft" name="bytetcc-common" rev="0.5.0-ALPHA2">
  <artifact name="bytetcc-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bytesoft', module='bytetcc-common', version='0.5.0-ALPHA2')
)
                libraryDependencies += "org.bytesoft" % "bytetcc-common" % "0.5.0-ALPHA2"
                [org.bytesoft/bytetcc-common "0.5.0-ALPHA2"]