GroupId | GroupIdcom.github.eventasia |
---|---|
ArtifactId | ArtifactIdeventasia-store |
Version | Version0.0.4.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
eventasia-store-0.0.4.RELEASE.pom | |
eventasia-store-0.0.4.RELEASE.jar | 261 bytes |
eventasia-store-0.0.4.RELEASE-sources.jar | 261 bytes |
eventasia-store-0.0.4.RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store/ -->
<dependency>
<groupId>com.github.eventasia</groupId>
<artifactId>eventasia-store</artifactId>
<version>0.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store/
implementation 'com.github.eventasia:eventasia-store:0.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store/
implementation ("com.github.eventasia:eventasia-store:0.0.4.RELEASE")
'com.github.eventasia:eventasia-store:jar:0.0.4.RELEASE'
<dependency org="com.github.eventasia" name="eventasia-store" rev="0.0.4.RELEASE">
<artifact name="eventasia-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='eventasia-store', version='0.0.4.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "eventasia-store" % "0.0.4.RELEASE"
[com.github.eventasia/eventasia-store "0.0.4.RELEASE"]