License |
License |
---|---|
GroupId | GroupIdorg.ostermiller |
ArtifactId | ArtifactIdutils |
Last Version | Last Version1.07.00 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOstermiller Java Utilities
Open source (GPL) Java utilities maintained by Stephen Ostermiller with help from many contributors.
|
Project URL |
Project URL |
Filename | Size |
---|---|
utils-1.07.00.pom | |
utils-1.07.00.jar | 513 KB |
utils-1.07.00-sources.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ostermiller/utils/ -->
<dependency>
<groupId>org.ostermiller</groupId>
<artifactId>utils</artifactId>
<version>1.07.00</version>
</dependency>
// https://jarcasting.com/artifacts/org.ostermiller/utils/
implementation 'org.ostermiller:utils:1.07.00'
// https://jarcasting.com/artifacts/org.ostermiller/utils/
implementation ("org.ostermiller:utils:1.07.00")
'org.ostermiller:utils:jar:1.07.00'
<dependency org="org.ostermiller" name="utils" rev="1.07.00">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ostermiller', module='utils', version='1.07.00')
)
libraryDependencies += "org.ostermiller" % "utils" % "1.07.00"
[org.ostermiller/utils "1.07.00"]