GroupId | GroupIdcom.zackehh |
---|---|
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/com.zackehh/dot-notes/ -->
<dependency>
<groupId>com.zackehh</groupId>
<artifactId>dot-notes</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zackehh/dot-notes/
implementation 'com.zackehh:dot-notes:3.1.1'
// https://jarcasting.com/artifacts/com.zackehh/dot-notes/
implementation ("com.zackehh:dot-notes:3.1.1")
'com.zackehh:dot-notes:jar:3.1.1'
<dependency org="com.zackehh" name="dot-notes" rev="3.1.1">
<artifact name="dot-notes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zackehh', module='dot-notes', version='3.1.1')
)
libraryDependencies += "com.zackehh" % "dot-notes" % "3.1.1"
[com.zackehh/dot-notes "3.1.1"]