License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.orm-fux |
ArtifactId | ArtifactIdcommon-utils |
Version | Version1.5 |
Type | Typejar |
Description |
Descriptionormfux-common-utils
A small collection of Java utilities for every-day use
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-utils-1.5.pom | |
common-utils-1.5.jar | 36 KB |
common-utils-1.5-sources.jar | 23 KB |
common-utils-1.5-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.orm-fux/common-utils/ -->
<dependency>
<groupId>com.github.orm-fux</groupId>
<artifactId>common-utils</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.orm-fux/common-utils/
implementation 'com.github.orm-fux:common-utils:1.5'
// https://jarcasting.com/artifacts/com.github.orm-fux/common-utils/
implementation ("com.github.orm-fux:common-utils:1.5")
'com.github.orm-fux:common-utils:jar:1.5'
<dependency org="com.github.orm-fux" name="common-utils" rev="1.5">
<artifact name="common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.orm-fux', module='common-utils', version='1.5')
)
libraryDependencies += "com.github.orm-fux" % "common-utils" % "1.5"
[com.github.orm-fux/common-utils "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
junit : junit | jar | 4.11 |
org.assertj : assertj-core | jar | 3.12.0 |