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