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