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