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