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