GroupId | GroupIdcom.github.serlockholmes |
---|---|
ArtifactId | ArtifactIdeasy-server |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
easy-server-0.1.0.pom | |
easy-server-0.1.0.jar | 14 KB |
easy-server-0.1.0-sources.jar | 9 KB |
easy-server-0.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.serlockholmes/easy-server/
implementation 'com.github.serlockholmes:easy-server:0.1.0'
// https://jarcasting.com/artifacts/com.github.serlockholmes/easy-server/
implementation ("com.github.serlockholmes:easy-server:0.1.0")
'com.github.serlockholmes:easy-server:jar:0.1.0'
<dependency org="com.github.serlockholmes" name="easy-server" rev="0.1.0">
<artifact name="easy-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.serlockholmes', module='easy-server', version='0.1.0')
)
libraryDependencies += "com.github.serlockholmes" % "easy-server" % "0.1.0"
[com.github.serlockholmes/easy-server "0.1.0"]