| License |
License
GNU General Public License v3.0
|
|---|---|
| GroupId | GroupIdio.janusproject.v1 |
| ArtifactId | ArtifactIdjanus |
| Version | Version1.1 |
| Type | Typepom |
| Description |
DescriptionJanus Project
Janus Multi-Agent Platform
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| janus-1.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.janusproject.v1/janus/ -->
<dependency>
<groupId>io.janusproject.v1</groupId>
<artifactId>janus</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.janusproject.v1/janus/
implementation 'io.janusproject.v1:janus:1.1'
// https://jarcasting.com/artifacts/io.janusproject.v1/janus/
implementation ("io.janusproject.v1:janus:1.1")
'io.janusproject.v1:janus:pom:1.1'
<dependency org="io.janusproject.v1" name="janus" rev="1.1">
<artifact name="janus" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.janusproject.v1', module='janus', version='1.1')
)
libraryDependencies += "io.janusproject.v1" % "janus" % "1.1"
[io.janusproject.v1/janus "1.1"]