| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.myibu |
| ArtifactId | ArtifactIdalgorithm-java |
| Last Version | Last Version1.0.0e |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionalgorithm-java
General algorighm implements in java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| algorithm-java-1.0.0e.pom | |
| algorithm-java-1.0.0e.jar | 43 KB |
| algorithm-java-1.0.0e-sources.jar | 26 KB |
| algorithm-java-1.0.0e-javadoc.jar | 492 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.myibu/algorithm-java/ -->
<dependency>
<groupId>com.github.myibu</groupId>
<artifactId>algorithm-java</artifactId>
<version>1.0.0e</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.myibu/algorithm-java/
implementation 'com.github.myibu:algorithm-java:1.0.0e'
// https://jarcasting.com/artifacts/com.github.myibu/algorithm-java/
implementation ("com.github.myibu:algorithm-java:1.0.0e")
'com.github.myibu:algorithm-java:jar:1.0.0e'
<dependency org="com.github.myibu" name="algorithm-java" rev="1.0.0e">
<artifact name="algorithm-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.myibu', module='algorithm-java', version='1.0.0e')
)
libraryDependencies += "com.github.myibu" % "algorithm-java" % "1.0.0e"
[com.github.myibu/algorithm-java "1.0.0e"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |