License |
License |
---|---|
GroupId | GroupIdorg.lwapp |
ArtifactId | ArtifactIdlwapp-commons |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLwapp Commons
Lwapp commons is a utility jar file with most common features needed in daily java programming.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lwapp-commons-1.3.0.pom | |
lwapp-commons-1.3.0.jar | 44 KB |
lwapp-commons-1.3.0-sources.jar | 22 KB |
lwapp-commons-1.3.0-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lwapp/lwapp-commons/ -->
<dependency>
<groupId>org.lwapp</groupId>
<artifactId>lwapp-commons</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwapp/lwapp-commons/
implementation 'org.lwapp:lwapp-commons:1.3.0'
// https://jarcasting.com/artifacts/org.lwapp/lwapp-commons/
implementation ("org.lwapp:lwapp-commons:1.3.0")
'org.lwapp:lwapp-commons:jar:1.3.0'
<dependency org="org.lwapp" name="lwapp-commons" rev="1.3.0">
<artifact name="lwapp-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwapp', module='lwapp-commons', version='1.3.0')
)
libraryDependencies += "org.lwapp" % "lwapp-commons" % "1.3.0"
[org.lwapp/lwapp-commons "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-compress | jar | 1.10 |
org.reflections : reflections | jar | 0.9.10 |
commons-io : commons-io | jar | 2.4 |
commons-configuration : commons-configuration | jar | 1.10 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.yaml : snakeyaml | jar | 1.17 |
javax.validation : validation-api | jar | 1.1.0.Final |
com.sun.messaging.mq : jms | jar | 4.4.2 |
commons-cli : commons-cli | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |