GroupId | GroupIdcom.baffalotech |
---|---|
ArtifactId | ArtifactIdbaffalotech-integration-tcp |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.baffalotech/baffalotech-integration-tcp/ -->
<dependency>
<groupId>com.baffalotech</groupId>
<artifactId>baffalotech-integration-tcp</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.baffalotech/baffalotech-integration-tcp/
implementation 'com.baffalotech:baffalotech-integration-tcp:1.0.1'
// https://jarcasting.com/artifacts/com.baffalotech/baffalotech-integration-tcp/
implementation ("com.baffalotech:baffalotech-integration-tcp:1.0.1")
'com.baffalotech:baffalotech-integration-tcp:jar:1.0.1'
<dependency org="com.baffalotech" name="baffalotech-integration-tcp" rev="1.0.1">
<artifact name="baffalotech-integration-tcp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baffalotech', module='baffalotech-integration-tcp', version='1.0.1')
)
libraryDependencies += "com.baffalotech" % "baffalotech-integration-tcp" % "1.0.1"
[com.baffalotech/baffalotech-integration-tcp "1.0.1"]