License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.nordstrom.tools |
ArtifactId | ArtifactIdjava-utils |
Version | Version1.3.1 |
Type | Typejar |
Description |
DescriptionJava Utils
Nordstrom Java Utils is a small collection of general-purpose utility classes with wide applicability.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-utils-1.3.1.pom | |
java-utils-1.3.1.jar | 14 KB |
java-utils-1.3.1-sources.jar | 10 KB |
java-utils-1.3.1-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nordstrom.tools/java-utils/ -->
<dependency>
<groupId>com.github.nordstrom.tools</groupId>
<artifactId>java-utils</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nordstrom.tools/java-utils/
implementation 'com.github.nordstrom.tools:java-utils:1.3.1'
// https://jarcasting.com/artifacts/com.github.nordstrom.tools/java-utils/
implementation ("com.github.nordstrom.tools:java-utils:1.3.1")
'com.github.nordstrom.tools:java-utils:jar:1.3.1'
<dependency org="com.github.nordstrom.tools" name="java-utils" rev="1.3.1">
<artifact name="java-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nordstrom.tools', module='java-utils', version='1.3.1')
)
libraryDependencies += "com.github.nordstrom.tools" % "java-utils" % "1.3.1"
[com.github.nordstrom.tools/java-utils "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |