| GroupId | GroupIdorg.bytesoft | 
    
|---|---|
| ArtifactId | ArtifactIdbytejta-parent | 
    
| Version | Version0.5.0-ALPHA3 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| bytejta-parent-0.5.0-ALPHA3.pom | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bytesoft/bytejta-parent/ -->
<dependency>
    <groupId>org.bytesoft</groupId>
    <artifactId>bytejta-parent</artifactId>
    <version>0.5.0-ALPHA3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.bytesoft/bytejta-parent/
implementation 'org.bytesoft:bytejta-parent:0.5.0-ALPHA3'
                // https://jarcasting.com/artifacts/org.bytesoft/bytejta-parent/
implementation ("org.bytesoft:bytejta-parent:0.5.0-ALPHA3")
                'org.bytesoft:bytejta-parent:pom:0.5.0-ALPHA3'
                <dependency org="org.bytesoft" name="bytejta-parent" rev="0.5.0-ALPHA3">
  <artifact name="bytejta-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.bytesoft', module='bytejta-parent', version='0.5.0-ALPHA3')
)
                libraryDependencies += "org.bytesoft" % "bytejta-parent" % "0.5.0-ALPHA3"
                [org.bytesoft/bytejta-parent "0.5.0-ALPHA3"]