License |
License |
---|---|
Categories |
CategoriesSpeedment Data Databases |
GroupId | GroupIdcom.speedment.fika |
ArtifactId | ArtifactIdfika |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFika
Fika is a Swedish word that means "Coffee with something to it", and
that is exactly what this project is about - general purpose modules
for various Java projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fika-1.0.5.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.fika/fika/ -->
<dependency>
<groupId>com.speedment.fika</groupId>
<artifactId>fika</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.fika/fika/
implementation 'com.speedment.fika:fika:1.0.5'
// https://jarcasting.com/artifacts/com.speedment.fika/fika/
implementation ("com.speedment.fika:fika:1.0.5")
'com.speedment.fika:fika:pom:1.0.5'
<dependency org="com.speedment.fika" name="fika" rev="1.0.5">
<artifact name="fika" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.speedment.fika', module='fika', version='1.0.5')
)
libraryDependencies += "com.speedment.fika" % "fika" % "1.0.5"
[com.speedment.fika/fika "1.0.5"]