License |
License |
---|---|
GroupId | GroupIdcom.meschbach.cise |
ArtifactId | ArtifactIdcise-oss |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMark Eschbach's Open Sourced Utilities
Kitchen sink algorithms related to Computer Information, Science, and Engineering by Mark Eschbach for inclusion into open source projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cise-oss-2.4.pom | |
cise-oss-2.4.jar | 45 KB |
cise-oss-2.4-sources.jar | 56 KB |
cise-oss-2.4-javadoc.jar | 323 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.meschbach.cise/cise-oss/ -->
<dependency>
<groupId>com.meschbach.cise</groupId>
<artifactId>cise-oss</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.meschbach.cise/cise-oss/
implementation 'com.meschbach.cise:cise-oss:2.4'
// https://jarcasting.com/artifacts/com.meschbach.cise/cise-oss/
implementation ("com.meschbach.cise:cise-oss:2.4")
'com.meschbach.cise:cise-oss:jar:2.4'
<dependency org="com.meschbach.cise" name="cise-oss" rev="2.4">
<artifact name="cise-oss" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meschbach.cise', module='cise-oss', version='2.4')
)
libraryDependencies += "com.meschbach.cise" % "cise-oss" % "2.4"
[com.meschbach.cise/cise-oss "2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.14.6 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |