GroupId | GroupIdcom.funnelback |
---|---|
ArtifactId | ArtifactIdfunnelback-shared |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
funnelback-shared-0.0.1.pom | |
funnelback-shared-0.0.1.jar | 181 KB |
funnelback-shared-0.0.1-sources.jar | 125 KB |
funnelback-shared-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.funnelback/funnelback-shared/
implementation 'com.funnelback:funnelback-shared:0.0.1'
// https://jarcasting.com/artifacts/com.funnelback/funnelback-shared/
implementation ("com.funnelback:funnelback-shared:0.0.1")
'com.funnelback:funnelback-shared:jar:0.0.1'
<dependency org="com.funnelback" name="funnelback-shared" rev="0.0.1">
<artifact name="funnelback-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.funnelback', module='funnelback-shared', version='0.0.1')
)
libraryDependencies += "com.funnelback" % "funnelback-shared" % "0.0.1"
[com.funnelback/funnelback-shared "0.0.1"]