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