| License |
License |
|---|---|
| GroupId | GroupIdcom.github.demansh |
| ArtifactId | ArtifactIdjamdm |
| Version | Version0.0.14 |
| Type | Typejar |
| Description |
Descriptioncom.github.demansh:jamdm
This is a java library to grab data from the amdm.ru site - a
storage of guitar chords
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jamdm-0.0.14.pom | |
| jamdm-0.0.14.jar | 9 KB |
| jamdm-0.0.14-sources.jar | 4 KB |
| jamdm-0.0.14-javadoc.jar | 421 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.demansh/jamdm/ -->
<dependency>
<groupId>com.github.demansh</groupId>
<artifactId>jamdm</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.demansh/jamdm/
implementation 'com.github.demansh:jamdm:0.0.14'
// https://jarcasting.com/artifacts/com.github.demansh/jamdm/
implementation ("com.github.demansh:jamdm:0.0.14")
'com.github.demansh:jamdm:jar:0.0.14'
<dependency org="com.github.demansh" name="jamdm" rev="0.0.14">
<artifact name="jamdm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.demansh', module='jamdm', version='0.0.14')
)
libraryDependencies += "com.github.demansh" % "jamdm" % "0.0.14"
[com.github.demansh/jamdm "0.0.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsoup : jsoup | jar | 1.10.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |