is not current version
Last Version 0.17

se.wfh.libs.common:all 0.14

Some helper classes i needed for several projects (All parts)

GroupId

GroupId

se.wfh.libs.common
ArtifactId

ArtifactId

all
Version

Version

0.14
Type

Type

pom

Download all 0.14

Filename Size
all-0.14.pom 2 KB
Browse

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