License |
License |
---|---|
GroupId | GroupIdcom.github.katari |
ArtifactId | ArtifactIdk2-core |
Last Version | Last Version0.1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionK2 core
K2 simplifies structuring a java application around modules.
|
Filename | Size |
---|---|
k2-core-0.1.11.pom | |
k2-core-0.1.11.jar | 31 KB |
k2-core-0.1.11-sources.jar | 24 KB |
k2-core-0.1.11-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.katari/k2-core/ -->
<dependency>
<groupId>com.github.katari</groupId>
<artifactId>k2-core</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.katari/k2-core/
implementation 'com.github.katari:k2-core:0.1.11'
// https://jarcasting.com/artifacts/com.github.katari/k2-core/
implementation ("com.github.katari:k2-core:0.1.11")
'com.github.katari:k2-core:jar:0.1.11'
<dependency org="com.github.katari" name="k2-core" rev="0.1.11">
<artifact name="k2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.katari', module='k2-core', version='0.1.11')
)
libraryDependencies += "com.github.katari" % "k2-core" % "0.1.11"
[com.github.katari/k2-core "0.1.11"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
org.slf4j : jul-to-slf4j | jar | 1.7.21 |
org.slf4j : log4j-over-slf4j | jar | 1.7.21 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.springframework.boot : spring-boot | jar | 2.0.5.RELEASE |
org.eclipse.jetty : jetty-webapp | jar | 9.4.12.v20180830 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-web | jar | 5.1.8.RELEASE |
org.springframework : spring-webmvc | jar | 5.1.8.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : fluent-hc | jar | 4.5.2 |
junit : junit | jar | 4.12 |
org.webjars : jquery | jar | 2.2.4 |
org.jacoco : org.jacoco.agent | jar | 0.7.8 |