GroupId | GroupIdcom.github.hullbend |
---|---|
ArtifactId | ArtifactIdfinwhale |
Version | Version0.9.4 |
Type | Typejar |
Filename | Size |
---|---|
finwhale-0.9.4.pom | |
finwhale-0.9.4.jar | 203 KB |
finwhale-0.9.4-sources.jar | 231 KB |
finwhale-0.9.4-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hullbend/finwhale/ -->
<dependency>
<groupId>com.github.hullbend</groupId>
<artifactId>finwhale</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hullbend/finwhale/
implementation 'com.github.hullbend:finwhale:0.9.4'
// https://jarcasting.com/artifacts/com.github.hullbend/finwhale/
implementation ("com.github.hullbend:finwhale:0.9.4")
'com.github.hullbend:finwhale:jar:0.9.4'
<dependency org="com.github.hullbend" name="finwhale" rev="0.9.4">
<artifact name="finwhale" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hullbend', module='finwhale', version='0.9.4')
)
libraryDependencies += "com.github.hullbend" % "finwhale" % "0.9.4"
[com.github.hullbend/finwhale "0.9.4"]