| License |
License |
|---|---|
| GroupId | GroupIdcom.soklet |
| ArtifactId | ArtifactIdsoklet |
| Last Version | Last Version1.2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSoklet
Soklet is a minimalist infrastructure for Java webapps and microservices.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| soklet-1.2.7.pom | |
| soklet-1.2.7.jar | 235 KB |
| soklet-1.2.7-sources.jar | 164 KB |
| soklet-1.2.7-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.soklet/soklet/ -->
<dependency>
<groupId>com.soklet</groupId>
<artifactId>soklet</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.soklet/soklet/
implementation 'com.soklet:soklet:1.2.7'
// https://jarcasting.com/artifacts/com.soklet/soklet/
implementation ("com.soklet:soklet:1.2.7")
'com.soklet:soklet:jar:1.2.7'
<dependency org="com.soklet" name="soklet" rev="1.2.7">
<artifact name="soklet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soklet', module='soklet', version='1.2.7')
)
libraryDependencies += "com.soklet" % "soklet" % "1.2.7"
[com.soklet/soklet "1.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.xml.bind : jaxb-api | jar | 2.3.0 |
| com.sun.xml.bind : jaxb-core | jar | 2.3.0 |
| com.sun.xml.bind : jaxb-impl | jar | 2.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.9 |
| org.slf4j : jul-to-slf4j | jar | 1.7.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |