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