| GroupId | GroupIdcom.github.outerman |
|---|---|
| ArtifactId | ArtifactIdevent-center-interface |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.outerman/event-center-interface/ -->
<dependency>
<groupId>com.github.outerman</groupId>
<artifactId>event-center-interface</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.outerman/event-center-interface/
implementation 'com.github.outerman:event-center-interface:0.1.0'
// https://jarcasting.com/artifacts/com.github.outerman/event-center-interface/
implementation ("com.github.outerman:event-center-interface:0.1.0")
'com.github.outerman:event-center-interface:jar:0.1.0'
<dependency org="com.github.outerman" name="event-center-interface" rev="0.1.0">
<artifact name="event-center-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.outerman', module='event-center-interface', version='0.1.0')
)
libraryDependencies += "com.github.outerman" % "event-center-interface" % "0.1.0"
[com.github.outerman/event-center-interface "0.1.0"]