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