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