| License |
License |
|---|---|
| GroupId | GroupIdorg.osframework.util |
| ArtifactId | ArtifactIdcommon-utils |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommon Utilities
General utility classes useful across OSFramework projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| common-utils-1.0.1.pom | |
| common-utils-1.0.1.jar | 18 KB |
| common-utils-1.0.1-sources.jar | 11 KB |
| common-utils-1.0.1-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.osframework.util/common-utils/ -->
<dependency>
<groupId>org.osframework.util</groupId>
<artifactId>common-utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osframework.util/common-utils/
implementation 'org.osframework.util:common-utils:1.0.1'
// https://jarcasting.com/artifacts/org.osframework.util/common-utils/
implementation ("org.osframework.util:common-utils:1.0.1")
'org.osframework.util:common-utils:jar:1.0.1'
<dependency org="org.osframework.util" name="common-utils" rev="1.0.1">
<artifact name="common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osframework.util', module='common-utils', version='1.0.1')
)
libraryDependencies += "org.osframework.util" % "common-utils" % "1.0.1"
[org.osframework.util/common-utils "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| joda-time : joda-time | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8 |
| org.osframework.testng : testng-ext | jar | 1.0.0 |