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