| GroupId | GroupIdcom.github.mdre |
|---|---|
| ArtifactId | ArtifactIdstickynotes |
| Version | Version0.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stickynotes-0.5.1.pom | |
| stickynotes-0.5.1.jar | 65 KB |
| stickynotes-0.5.1-sources.jar | 61 KB |
| stickynotes-0.5.1-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdre/stickynotes/ -->
<dependency>
<groupId>com.github.mdre</groupId>
<artifactId>stickynotes</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/stickynotes/
implementation 'com.github.mdre:stickynotes:0.5.1'
// https://jarcasting.com/artifacts/com.github.mdre/stickynotes/
implementation ("com.github.mdre:stickynotes:0.5.1")
'com.github.mdre:stickynotes:jar:0.5.1'
<dependency org="com.github.mdre" name="stickynotes" rev="0.5.1">
<artifact name="stickynotes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='stickynotes', version='0.5.1')
)
libraryDependencies += "com.github.mdre" % "stickynotes" % "0.5.1"
[com.github.mdre/stickynotes "0.5.1"]