GroupId | GroupIdio.whitfin |
---|---|
ArtifactId | ArtifactIddot-notes |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
dot-notes-3.1.1.pom | |
dot-notes-3.1.1.jar | 11 KB |
dot-notes-3.1.1-sources.jar | 8 KB |
dot-notes-3.1.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.whitfin/dot-notes/ -->
<dependency>
<groupId>io.whitfin</groupId>
<artifactId>dot-notes</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.whitfin/dot-notes/
implementation 'io.whitfin:dot-notes:3.1.1'
// https://jarcasting.com/artifacts/io.whitfin/dot-notes/
implementation ("io.whitfin:dot-notes:3.1.1")
'io.whitfin:dot-notes:jar:3.1.1'
<dependency org="io.whitfin" name="dot-notes" rev="3.1.1">
<artifact name="dot-notes" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.whitfin', module='dot-notes', version='3.1.1')
)
libraryDependencies += "io.whitfin" % "dot-notes" % "3.1.1"
[io.whitfin/dot-notes "3.1.1"]