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