| Categories |
CategoriesActiveJ User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej-cube |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| activej-cube-1.0.pom | |
| activej-cube-1.0.jar | 127 KB |
| activej-cube-1.0-sources.jar | 54 KB |
| activej-cube-1.0-javadoc.jar | 603 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-cube/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-cube</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-cube/
implementation 'io.activej:activej-cube:1.0'
// https://jarcasting.com/artifacts/io.activej/activej-cube/
implementation ("io.activej:activej-cube:1.0")
'io.activej:activej-cube:jar:1.0'
<dependency org="io.activej" name="activej-cube" rev="1.0">
<artifact name="activej-cube" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-cube', version='1.0')
)
libraryDependencies += "io.activej" % "activej-cube" % "1.0"
[io.activej/activej-cube "1.0"]