| GroupId | GroupIdcom.staticbloc |
|---|---|
| ArtifactId | ArtifactIdevents-annotations-base |
| Version | Version1.5.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.staticbloc/events-annotations-base/ -->
<dependency>
<groupId>com.staticbloc</groupId>
<artifactId>events-annotations-base</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.staticbloc/events-annotations-base/
implementation 'com.staticbloc:events-annotations-base:1.5.0'
// https://jarcasting.com/artifacts/com.staticbloc/events-annotations-base/
implementation ("com.staticbloc:events-annotations-base:1.5.0")
'com.staticbloc:events-annotations-base:jar:1.5.0'
<dependency org="com.staticbloc" name="events-annotations-base" rev="1.5.0">
<artifact name="events-annotations-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.staticbloc', module='events-annotations-base', version='1.5.0')
)
libraryDependencies += "com.staticbloc" % "events-annotations-base" % "1.5.0"
[com.staticbloc/events-annotations-base "1.5.0"]