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