GroupId | GroupIdcom.alexvasilkov |
---|---|
ArtifactId | ArtifactIdevents |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
events-0.3.1.pom | |
events-0.3.1.jar | 35 KB |
events-0.3.1-sources.jar | 17 KB |
events-0.3.1-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexvasilkov/events/ -->
<dependency>
<groupId>com.alexvasilkov</groupId>
<artifactId>events</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexvasilkov/events/
implementation 'com.alexvasilkov:events:0.3.1'
// https://jarcasting.com/artifacts/com.alexvasilkov/events/
implementation ("com.alexvasilkov:events:0.3.1")
'com.alexvasilkov:events:jar:0.3.1'
<dependency org="com.alexvasilkov" name="events" rev="0.3.1">
<artifact name="events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexvasilkov', module='events', version='0.3.1')
)
libraryDependencies += "com.alexvasilkov" % "events" % "0.3.1"
[com.alexvasilkov/events "0.3.1"]