is not current version
Last Version 2.0.10

pl.wrzasq.commons:commons 1.2.4

WrzasqPl-Commons is general-purpose library for Java.

GroupId

GroupId

pl.wrzasq.commons
ArtifactId

ArtifactId

commons
Version

Version

1.2.4
Type

Type

pom

Download commons 1.2.4

Filename Size
commons-1.2.4.pom 4 KB
Browse

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