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