License |
License |
---|---|
GroupId | GroupIdcom.igumnov |
ArtifactId | ArtifactIdcommon |
Version | Version10.8 |
Type | Typejar |
Description |
Descriptioncom.igumnov:common
Common Java library - Simple, small, stable and fast library with Simplified Enterprise Server (Dependency Injection, WebServer and ORM Frameworks)
|
Project URL |
Project URL |
Filename | Size |
---|---|
common-10.8.pom | |
common-10.8.jar | 73 KB |
common-10.8-sources.jar | 34 KB |
common-10.8-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.igumnov/common/ -->
<dependency>
<groupId>com.igumnov</groupId>
<artifactId>common</artifactId>
<version>10.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.igumnov/common/
implementation 'com.igumnov:common:10.8'
// https://jarcasting.com/artifacts/com.igumnov/common/
implementation ("com.igumnov:common:10.8")
'com.igumnov:common:jar:10.8'
<dependency org="com.igumnov" name="common" rev="10.8">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.igumnov', module='common', version='10.8')
)
libraryDependencies += "com.igumnov" % "common" % "10.8"
[com.igumnov/common "10.8"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.3 |
com.fasterxml.jackson.core : jackson-core | jar | 2.5.3 |
org.eclipse.jetty : jetty-server | jar | 9.3.0.M2 |
org.eclipse.jetty : jetty-security | jar | 9.3.0.M2 |
org.eclipse.jetty : jetty-servlet | jar | 9.3.0.M2 |
org.thymeleaf : thymeleaf | jar | 2.1.4.RELEASE |
nz.net.ultraq.thymeleaf : thymeleaf-layout-dialect | jar | 1.2.8 |
org.slf4j : slf4j-simple | jar | 1.6.4 |
net.sourceforge.nekohtml : nekohtml | jar | 1.9.21 |
org.apache.commons : commons-dbcp2 | jar | 2.1 |
redis.clients : jedis | jar | 2.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.h2database : h2 | jar | 1.4.187 |