License |
License |
---|---|
GroupId | GroupIdeu.fbk.utils |
ArtifactId | ArtifactIdutils-core |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA set of common rules for development in FBK
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
utils-core-3.2.pom | |
utils-core-3.2.jar | 139 KB |
utils-core-3.2-tests.jar | 6 KB |
utils-core-3.2-sources.jar | 59 KB |
utils-core-3.2-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.fbk.utils/utils-core/ -->
<dependency>
<groupId>eu.fbk.utils</groupId>
<artifactId>utils-core</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.utils/utils-core/
implementation 'eu.fbk.utils:utils-core:3.2'
// https://jarcasting.com/artifacts/eu.fbk.utils/utils-core/
implementation ("eu.fbk.utils:utils-core:3.2")
'eu.fbk.utils:utils-core:jar:3.2'
<dependency org="eu.fbk.utils" name="utils-core" rev="3.2">
<artifact name="utils-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.utils', module='utils-core', version='3.2')
)
libraryDependencies += "eu.fbk.utils" % "utils-core" % "3.2"
[eu.fbk.utils/utils-core "3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 31.0.1-jre |
commons-cli : commons-cli | jar | 1.3.1 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
junit : junit | jar | 4.12 |