GroupId | GroupIdcom.alexvasilkov |
---|---|
ArtifactId | ArtifactIdfluffy-events |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
fluffy-events-1.0.1.pom | |
fluffy-events-1.0.1.jar | 6 KB |
fluffy-events-1.0.1-sources.jar | 2 KB |
fluffy-events-1.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexvasilkov/fluffy-events/ -->
<dependency>
<groupId>com.alexvasilkov</groupId>
<artifactId>fluffy-events</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexvasilkov/fluffy-events/
implementation 'com.alexvasilkov:fluffy-events:1.0.1'
// https://jarcasting.com/artifacts/com.alexvasilkov/fluffy-events/
implementation ("com.alexvasilkov:fluffy-events:1.0.1")
'com.alexvasilkov:fluffy-events:jar:1.0.1'
<dependency org="com.alexvasilkov" name="fluffy-events" rev="1.0.1">
<artifact name="fluffy-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexvasilkov', module='fluffy-events', version='1.0.1')
)
libraryDependencies += "com.alexvasilkov" % "fluffy-events" % "1.0.1"
[com.alexvasilkov/fluffy-events "1.0.1"]