| License |
License |
|---|---|
| GroupId | GroupIdcom.mazhangjing |
| ArtifactId | ArtifactIdalgorithm |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionalgorithm
Simple implementation of basic algorithm.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| algorithm-1.0.0.pom | |
| algorithm-1.0.0.jar | 894 KB |
| algorithm-1.0.0-sources.jar | 590 KB |
| algorithm-1.0.0-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mazhangjing/algorithm/ -->
<dependency>
<groupId>com.mazhangjing</groupId>
<artifactId>algorithm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mazhangjing/algorithm/
implementation 'com.mazhangjing:algorithm:1.0.0'
// https://jarcasting.com/artifacts/com.mazhangjing/algorithm/
implementation ("com.mazhangjing:algorithm:1.0.0")
'com.mazhangjing:algorithm:jar:1.0.0'
<dependency org="com.mazhangjing" name="algorithm" rev="1.0.0">
<artifact name="algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mazhangjing', module='algorithm', version='1.0.0')
)
libraryDependencies += "com.mazhangjing" % "algorithm" % "1.0.0"
[com.mazhangjing/algorithm "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.4 |