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