| License |
License |
|---|---|
| GroupId | GroupIdit.inspiredsoft |
| ArtifactId | ArtifactIdcommons |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionInspired Commons
Inspired utility classes
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-1.0.0.pom | |
| commons-1.0.0.jar | 35 KB |
| commons-1.0.0-sources.jar | 34 KB |
| commons-1.0.0-javadoc.jar | 181 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.inspiredsoft/commons/ -->
<dependency>
<groupId>it.inspiredsoft</groupId>
<artifactId>commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.inspiredsoft/commons/
implementation 'it.inspiredsoft:commons:1.0.0'
// https://jarcasting.com/artifacts/it.inspiredsoft/commons/
implementation ("it.inspiredsoft:commons:1.0.0")
'it.inspiredsoft:commons:jar:1.0.0'
<dependency org="it.inspiredsoft" name="commons" rev="1.0.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.inspiredsoft', module='commons', version='1.0.0')
)
libraryDependencies += "it.inspiredsoft" % "commons" % "1.0.0"
[it.inspiredsoft/commons "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| commons-beanutils : commons-beanutils | jar | 20030211.134440 |
| commons-logging : commons-logging | jar | 1.2 |
| commons-collections : commons-collections | jar | 3.2.1 |
| org.apache.commons : commons-io | jar | 1.3.2 |
| junit : junit | jar | 4.8.1 |