GroupId | GroupIdcom.solutionappliance |
---|---|
ArtifactId | ArtifactIdsahttpserver |
Version | Version2.0.16 |
Type | Typejar |
Filename | Size |
---|---|
sahttpserver-2.0.16.pom | |
sahttpserver-2.0.16.jar | 160 KB |
sahttpserver-2.0.16-sources.jar | 61 KB |
sahttpserver-2.0.16-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.solutionappliance/sahttpserver/ -->
<dependency>
<groupId>com.solutionappliance</groupId>
<artifactId>sahttpserver</artifactId>
<version>2.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.solutionappliance/sahttpserver/
implementation 'com.solutionappliance:sahttpserver:2.0.16'
// https://jarcasting.com/artifacts/com.solutionappliance/sahttpserver/
implementation ("com.solutionappliance:sahttpserver:2.0.16")
'com.solutionappliance:sahttpserver:jar:2.0.16'
<dependency org="com.solutionappliance" name="sahttpserver" rev="2.0.16">
<artifact name="sahttpserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.solutionappliance', module='sahttpserver', version='2.0.16')
)
libraryDependencies += "com.solutionappliance" % "sahttpserver" % "2.0.16"
[com.solutionappliance/sahttpserver "2.0.16"]