is not current version
Last Version 1.0.1

com.github.abyu:tide 1.0.0

Event based pub-sub framework for Java

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.abyu
ArtifactId

ArtifactId

tide
Version

Version

1.0.0
Type

Type

jar

Download tide 1.0.0


<!-- 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"]