| License |
License
GNU General Public License v3.0
|
|---|---|
| GroupId | GroupIdio.janusproject.v1.kernel |
| ArtifactId | ArtifactIdkernel |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJanus Kernel
Janus Multi-Agent Platform
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kernel-1.1.pom | |
| kernel-1.1-with-dependencies.jar | 661 KB |
| kernel-1.1-sources.jar | 512 KB |
| kernel-1.1-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.janusproject.v1.kernel/kernel/ -->
<dependency>
<groupId>io.janusproject.v1.kernel</groupId>
<artifactId>kernel</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.janusproject.v1.kernel/kernel/
implementation 'io.janusproject.v1.kernel:kernel:1.1'
// https://jarcasting.com/artifacts/io.janusproject.v1.kernel/kernel/
implementation ("io.janusproject.v1.kernel:kernel:1.1")
'io.janusproject.v1.kernel:kernel:jar:1.1'
<dependency org="io.janusproject.v1.kernel" name="kernel" rev="1.1">
<artifact name="kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.janusproject.v1.kernel', module='kernel', version='1.1')
)
libraryDependencies += "io.janusproject.v1.kernel" % "kernel" % "1.1"
[io.janusproject.v1.kernel/kernel "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.arakhne.afc.core : vmutils | jar | 11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 3.8.2 |