| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdio.github.mathiasmah.unik |
| ArtifactId | ArtifactIdjunik |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJunik
This is a java client library for the unikernel build framework Unik.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| junik-0.1.0.pom | |
| junik-0.1.0.jar | 36 KB |
| junik-0.1.0-sources.jar | 20 KB |
| junik-0.1.0-javadoc.jar | 160 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mathiasmah.unik/junik/ -->
<dependency>
<groupId>io.github.mathiasmah.unik</groupId>
<artifactId>junik</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mathiasmah.unik/junik/
implementation 'io.github.mathiasmah.unik:junik:0.1.0'
// https://jarcasting.com/artifacts/io.github.mathiasmah.unik/junik/
implementation ("io.github.mathiasmah.unik:junik:0.1.0")
'io.github.mathiasmah.unik:junik:jar:0.1.0'
<dependency org="io.github.mathiasmah.unik" name="junik" rev="0.1.0">
<artifact name="junik" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mathiasmah.unik', module='junik', version='0.1.0')
)
libraryDependencies += "io.github.mathiasmah.unik" % "junik" % "0.1.0"
[io.github.mathiasmah.unik/junik "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.9 |
| org.apache.httpcomponents : httpmime | jar | 4.5.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.5.0 |