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