is not current version
Last Version 0.17

se.wfh.libs.common:web 0.14

Some helper classes i needed for several projects (Web / JSF parts)

GroupId

GroupId

se.wfh.libs.common
ArtifactId

ArtifactId

web
Version

Version

0.14
Type

Type

jar

Download web 0.14


<!-- https://jarcasting.com/artifacts/se.wfh.libs.common/web/ -->
<dependency>
    <groupId>se.wfh.libs.common</groupId>
    <artifactId>web</artifactId>
    <version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/se.wfh.libs.common/web/
implementation 'se.wfh.libs.common:web:0.14'
// https://jarcasting.com/artifacts/se.wfh.libs.common/web/
implementation ("se.wfh.libs.common:web:0.14")
'se.wfh.libs.common:web:jar:0.14'
<dependency org="se.wfh.libs.common" name="web" rev="0.14">
  <artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.wfh.libs.common', module='web', version='0.14')
)
libraryDependencies += "se.wfh.libs.common" % "web" % "0.14"
[se.wfh.libs.common/web "0.14"]