GroupId | GroupIdcom.kncept.httpserver |
---|---|
ArtifactId | ArtifactIdhttp-parent |
Version | Version0.9.0 |
Type | Typepom |
Filename | Size |
---|---|
http-parent-0.9.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kncept.httpserver/http-parent/ -->
<dependency>
<groupId>com.kncept.httpserver</groupId>
<artifactId>http-parent</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-parent/
implementation 'com.kncept.httpserver:http-parent:0.9.0'
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-parent/
implementation ("com.kncept.httpserver:http-parent:0.9.0")
'com.kncept.httpserver:http-parent:pom:0.9.0'
<dependency org="com.kncept.httpserver" name="http-parent" rev="0.9.0">
<artifact name="http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kncept.httpserver', module='http-parent', version='0.9.0')
)
libraryDependencies += "com.kncept.httpserver" % "http-parent" % "0.9.0"
[com.kncept.httpserver/http-parent "0.9.0"]