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