License |
License |
---|---|
GroupId | GroupIdse.wfh.libs.common |
ArtifactId | ArtifactIdutils |
Last Version | Last Version0.17 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionutils
Some helper classes i needed for several projects (Utils)
|
Filename | Size |
---|---|
utils-0.17.pom | |
utils-0.17.jar | 54 KB |
utils-0.17-sources.jar | 34 KB |
utils-0.17-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.wfh.libs.common/utils/ -->
<dependency>
<groupId>se.wfh.libs.common</groupId>
<artifactId>utils</artifactId>
<version>0.17</version>
</dependency>
// https://jarcasting.com/artifacts/se.wfh.libs.common/utils/
implementation 'se.wfh.libs.common:utils:0.17'
// https://jarcasting.com/artifacts/se.wfh.libs.common/utils/
implementation ("se.wfh.libs.common:utils:0.17")
'se.wfh.libs.common:utils:jar:0.17'
<dependency org="se.wfh.libs.common" name="utils" rev="0.17">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.wfh.libs.common', module='utils', version='0.17')
)
libraryDependencies += "se.wfh.libs.common" % "utils" % "0.17"
[se.wfh.libs.common/utils "0.17"]
Group / Artifact | Type | Version |
---|---|---|
de.ruedigermoeller : fst | jar | 2.14 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
se.wfh.tools : propertygenerator | jar | 0.7 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
junit : junit | jar | 4.11 |