License |
License |
---|---|
GroupId | GroupIdorg.javabeanstack |
ArtifactId | ArtifactIdcommons |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionJavaBeanStack-Commons
Framework para construcción de aplicaciones Java EE 7
|
Filename | Size |
---|---|
commons-1.2.0.pom | |
commons-1.2.0.jar | 129 KB |
commons-1.2.0-sources.jar | 126 KB |
commons-1.2.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javabeanstack/commons/ -->
<dependency>
<groupId>org.javabeanstack</groupId>
<artifactId>commons</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javabeanstack/commons/
implementation 'org.javabeanstack:commons:1.2.0'
// https://jarcasting.com/artifacts/org.javabeanstack/commons/
implementation ("org.javabeanstack:commons:1.2.0")
'org.javabeanstack:commons:jar:1.2.0'
<dependency org="org.javabeanstack" name="commons" rev="1.2.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javabeanstack', module='commons', version='1.2.0')
)
libraryDependencies += "org.javabeanstack" % "commons" % "1.2.0"
[org.javabeanstack/commons "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-io : commons-io | jar | 2.5 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |