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