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