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