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