GroupId | GroupIdcom.kncept.httpserver |
---|---|
ArtifactId | ArtifactIdkoncept-full |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
koncept-full-0.9.0.pom | |
koncept-full-0.9.0.jar | 27 KB |
koncept-full-0.9.0-sources.jar | 10 KB |
koncept-full-0.9.0-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kncept.httpserver/koncept-full/ -->
<dependency>
<groupId>com.kncept.httpserver</groupId>
<artifactId>koncept-full</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kncept.httpserver/koncept-full/
implementation 'com.kncept.httpserver:koncept-full:0.9.0'
// https://jarcasting.com/artifacts/com.kncept.httpserver/koncept-full/
implementation ("com.kncept.httpserver:koncept-full:0.9.0")
'com.kncept.httpserver:koncept-full:jar:0.9.0'
<dependency org="com.kncept.httpserver" name="koncept-full" rev="0.9.0">
<artifact name="koncept-full" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kncept.httpserver', module='koncept-full', version='0.9.0')
)
libraryDependencies += "com.kncept.httpserver" % "koncept-full" % "0.9.0"
[com.kncept.httpserver/koncept-full "0.9.0"]