| License |
License |
|---|---|
| GroupId | GroupIdit.amattioli |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJavATE common
|
| Filename | Size |
|---|---|
| common-0.8.pom | |
| common-0.8.jar | 21 KB |
| common-0.8-sources.jar | 12 KB |
| common-0.8-javadoc.jar | 534 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.amattioli/common/ -->
<dependency>
<groupId>it.amattioli</groupId>
<artifactId>common</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/it.amattioli/common/
implementation 'it.amattioli:common:0.8'
// https://jarcasting.com/artifacts/it.amattioli/common/
implementation ("it.amattioli:common:0.8")
'it.amattioli:common:jar:0.8'
<dependency org="it.amattioli" name="common" rev="0.8">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.amattioli', module='common', version='0.8')
)
libraryDependencies += "it.amattioli" % "common" % "0.8"
[it.amattioli/common "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.4 |
| commons-beanutils : commons-beanutils-core | jar | 1.8.2 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| org.slf4j : slf4j-simple | jar | 1.6.1 |