| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.smartcosmos |
| ArtifactId | ArtifactIdsmartcosmos-events |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smartcosmos-events-3.0.0.pom | |
| smartcosmos-events-3.0.0.jar | 39 MB |
| smartcosmos-events-3.0.0-sources.jar | 5 KB |
| smartcosmos-events-3.0.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-events/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-events</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-events/
implementation 'net.smartcosmos:smartcosmos-events:3.0.0'
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-events/
implementation ("net.smartcosmos:smartcosmos-events:3.0.0")
'net.smartcosmos:smartcosmos-events:jar:3.0.0'
<dependency org="net.smartcosmos" name="smartcosmos-events" rev="3.0.0">
<artifact name="smartcosmos-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='smartcosmos-events', version='3.0.0')
)
libraryDependencies += "net.smartcosmos" % "smartcosmos-events" % "3.0.0"
[net.smartcosmos/smartcosmos-events "3.0.0"]