| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.ladenthin |
| ArtifactId | ArtifactIdjavacommons |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjavacommons
Provides common classes for use in other Java projects. No further dependencies.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javacommons-1.1.0.pom | |
| javacommons-1.1.0.jar | 8 KB |
| javacommons-1.1.0-sources.jar | 8 KB |
| javacommons-1.1.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.ladenthin/javacommons/ -->
<dependency>
<groupId>net.ladenthin</groupId>
<artifactId>javacommons</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ladenthin/javacommons/
implementation 'net.ladenthin:javacommons:1.1.0'
// https://jarcasting.com/artifacts/net.ladenthin/javacommons/
implementation ("net.ladenthin:javacommons:1.1.0")
'net.ladenthin:javacommons:jar:1.1.0'
<dependency org="net.ladenthin" name="javacommons" rev="1.1.0">
<artifact name="javacommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ladenthin', module='javacommons', version='1.1.0')
)
libraryDependencies += "net.ladenthin" % "javacommons" % "1.1.0"
[net.ladenthin/javacommons "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.0.0-M3 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M3 |
| org.junit.jupiter : junit-jupiter-migration-support | jar | 5.0.0-M3 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 2.0.2-beta |