GroupId | GroupIdcom.github.eventasia |
---|---|
ArtifactId | ArtifactIdeventasia-starter |
Version | Version0.0.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.eventasia/eventasia-starter/ -->
<dependency>
<groupId>com.github.eventasia</groupId>
<artifactId>eventasia-starter</artifactId>
<version>0.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-starter/
implementation 'com.github.eventasia:eventasia-starter:0.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-starter/
implementation ("com.github.eventasia:eventasia-starter:0.0.5.RELEASE")
'com.github.eventasia:eventasia-starter:jar:0.0.5.RELEASE'
<dependency org="com.github.eventasia" name="eventasia-starter" rev="0.0.5.RELEASE">
<artifact name="eventasia-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='eventasia-starter', version='0.0.5.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "eventasia-starter" % "0.0.5.RELEASE"
[com.github.eventasia/eventasia-starter "0.0.5.RELEASE"]