is not current version
Last Version 2.0.10

pl.wrzasq.commons:commons 1.0.8

WrzasqPl-Commons is general-purpose library for Java.

GroupId

GroupId

pl.wrzasq.commons
ArtifactId

ArtifactId

commons
Version

Version

1.0.8
Type

Type

pom

Download commons 1.0.8

Filename Size
commons-1.0.8.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/pl.wrzasq.commons/commons/ -->
<dependency>
    <groupId>pl.wrzasq.commons</groupId>
    <artifactId>commons</artifactId>
    <version>1.0.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons/
implementation 'pl.wrzasq.commons:commons:1.0.8'
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons/
implementation ("pl.wrzasq.commons:commons:1.0.8")
'pl.wrzasq.commons:commons:pom:1.0.8'
<dependency org="pl.wrzasq.commons" name="commons" rev="1.0.8">
  <artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.wrzasq.commons', module='commons', version='1.0.8')
)
libraryDependencies += "pl.wrzasq.commons" % "commons" % "1.0.8"
[pl.wrzasq.commons/commons "1.0.8"]