License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.numdata |
ArtifactId | ArtifactIdnumdata-commons |
Last Version | Last Version1.22 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMiscellaneous basic Java tools.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
numdata-commons-1.22.pom | |
numdata-commons-1.22.jar | 451 KB |
numdata-commons-1.22-tests.jar | 99 KB |
numdata-commons-1.22-sources.jar | 405 KB |
numdata-commons-1.22-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.numdata/numdata-commons/ -->
<dependency>
<groupId>com.numdata</groupId>
<artifactId>numdata-commons</artifactId>
<version>1.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.numdata/numdata-commons/
implementation 'com.numdata:numdata-commons:1.22'
// https://jarcasting.com/artifacts/com.numdata/numdata-commons/
implementation ("com.numdata:numdata-commons:1.22")
'com.numdata:numdata-commons:jar:1.22'
<dependency org="com.numdata" name="numdata-commons" rev="1.22">
<artifact name="numdata-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.numdata', module='numdata-commons', version='1.22')
)
libraryDependencies += "com.numdata" % "numdata-commons" % "1.22"
[com.numdata/numdata-commons "1.22"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 20.1.0 |
commons-logging : commons-logging Optional | jar | 1.2 |
org.apache.logging.log4j : log4j-core Optional | jar | 2.17.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |