Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.walterjwhite.infrastructure.datastore.api |
ArtifactId | ArtifactIdevent |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
event-0.0.13.pom | |
event-0.0.13.jar | 5 KB |
event-0.0.13-sources.jar | 5 KB |
event-0.0.13-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.api/event/ -->
<dependency>
<groupId>com.walterjwhite.infrastructure.datastore.api</groupId>
<artifactId>event</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.api/event/
implementation 'com.walterjwhite.infrastructure.datastore.api:event:0.0.13'
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.api/event/
implementation ("com.walterjwhite.infrastructure.datastore.api:event:0.0.13")
'com.walterjwhite.infrastructure.datastore.api:event:jar:0.0.13'
<dependency org="com.walterjwhite.infrastructure.datastore.api" name="event" rev="0.0.13">
<artifact name="event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure.datastore.api', module='event', version='0.0.13')
)
libraryDependencies += "com.walterjwhite.infrastructure.datastore.api" % "event" % "0.0.13"
[com.walterjwhite.infrastructure.datastore.api/event "0.0.13"]