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