GroupId | GroupIdcom.funnelback |
---|---|
ArtifactId | ArtifactIdfunnelback-shared |
Version | Version16.1.2036 |
Type | Typejar |
Filename | Size |
---|---|
funnelback-shared-16.1.2036.pom | |
funnelback-shared-16.1.2036.jar | 194 KB |
funnelback-shared-16.1.2036-sources.jar | 133 KB |
funnelback-shared-16.1.2036-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.funnelback/funnelback-shared/ -->
<dependency>
<groupId>com.funnelback</groupId>
<artifactId>funnelback-shared</artifactId>
<version>16.1.2036</version>
</dependency>
// https://jarcasting.com/artifacts/com.funnelback/funnelback-shared/
implementation 'com.funnelback:funnelback-shared:16.1.2036'
// https://jarcasting.com/artifacts/com.funnelback/funnelback-shared/
implementation ("com.funnelback:funnelback-shared:16.1.2036")
'com.funnelback:funnelback-shared:jar:16.1.2036'
<dependency org="com.funnelback" name="funnelback-shared" rev="16.1.2036">
<artifact name="funnelback-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.funnelback', module='funnelback-shared', version='16.1.2036')
)
libraryDependencies += "com.funnelback" % "funnelback-shared" % "16.1.2036"
[com.funnelback/funnelback-shared "16.1.2036"]