GroupId | GroupIdcom.funnelback |
---|---|
ArtifactId | ArtifactIdfunnelback-shared |
Version | Version16.7.2141.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.funnelback/funnelback-shared/ -->
<dependency>
<groupId>com.funnelback</groupId>
<artifactId>funnelback-shared</artifactId>
<version>16.7.2141.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.funnelback/funnelback-shared/
implementation 'com.funnelback:funnelback-shared:16.7.2141.1'
// https://jarcasting.com/artifacts/com.funnelback/funnelback-shared/
implementation ("com.funnelback:funnelback-shared:16.7.2141.1")
'com.funnelback:funnelback-shared:jar:16.7.2141.1'
<dependency org="com.funnelback" name="funnelback-shared" rev="16.7.2141.1">
<artifact name="funnelback-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.funnelback', module='funnelback-shared', version='16.7.2141.1')
)
libraryDependencies += "com.funnelback" % "funnelback-shared" % "16.7.2141.1"
[com.funnelback/funnelback-shared "16.7.2141.1"]