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