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