GroupId | GroupIdcom.github.serlockholmes |
---|---|
ArtifactId | ArtifactIdeasy-server |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
easy-server-0.0.1.pom | |
easy-server-0.0.1.jar | 13 KB |
easy-server-0.0.1-sources.jar | 8 KB |
easy-server-0.0.1-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.serlockholmes/easy-server/ -->
<dependency>
<groupId>com.github.serlockholmes</groupId>
<artifactId>easy-server</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.serlockholmes/easy-server/
implementation 'com.github.serlockholmes:easy-server:0.0.1'
// https://jarcasting.com/artifacts/com.github.serlockholmes/easy-server/
implementation ("com.github.serlockholmes:easy-server:0.0.1")
'com.github.serlockholmes:easy-server:jar:0.0.1'
<dependency org="com.github.serlockholmes" name="easy-server" rev="0.0.1">
<artifact name="easy-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.serlockholmes', module='easy-server', version='0.0.1')
)
libraryDependencies += "com.github.serlockholmes" % "easy-server" % "0.0.1"
[com.github.serlockholmes/easy-server "0.0.1"]