| License |
License |
|---|---|
| GroupId | GroupIdcom.github.moleksyuk |
| ArtifactId | ArtifactIdpsl-commons |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpsl-commons
PSL Commons is a package of Java utility classes for well know frameworks/libraries: guava, apache commons, guice, jersey, spring ect.
|
| Filename | Size |
|---|---|
| psl-commons-0.0.1.pom | |
| psl-commons-0.0.1.jar | 5 KB |
| psl-commons-0.0.1-sources.jar | 4 KB |
| psl-commons-0.0.1-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.moleksyuk/psl-commons/ -->
<dependency>
<groupId>com.github.moleksyuk</groupId>
<artifactId>psl-commons</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.moleksyuk/psl-commons/
implementation 'com.github.moleksyuk:psl-commons:0.0.1'
// https://jarcasting.com/artifacts/com.github.moleksyuk/psl-commons/
implementation ("com.github.moleksyuk:psl-commons:0.0.1")
'com.github.moleksyuk:psl-commons:jar:0.0.1'
<dependency org="com.github.moleksyuk" name="psl-commons" rev="0.0.1">
<artifact name="psl-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.moleksyuk', module='psl-commons', version='0.0.1')
)
libraryDependencies += "com.github.moleksyuk" % "psl-commons" % "0.0.1"
[com.github.moleksyuk/psl-commons "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| com.google.guava : guava | jar | 18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |