Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.abyu |
ArtifactId | ArtifactIdtide |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
tide-1.0.0.pom | |
tide-1.0.0.jar | 9 KB |
tide-1.0.0-sources.jar | 7 KB |
tide-1.0.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.abyu/tide/ -->
<dependency>
<groupId>com.github.abyu</groupId>
<artifactId>tide</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abyu/tide/
implementation 'com.github.abyu:tide:1.0.0'
// https://jarcasting.com/artifacts/com.github.abyu/tide/
implementation ("com.github.abyu:tide:1.0.0")
'com.github.abyu:tide:jar:1.0.0'
<dependency org="com.github.abyu" name="tide" rev="1.0.0">
<artifact name="tide" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abyu', module='tide', version='1.0.0')
)
libraryDependencies += "com.github.abyu" % "tide" % "1.0.0"
[com.github.abyu/tide "1.0.0"]