| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdexo | 
| ArtifactId | ArtifactIdexoplatform.commons | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptioneXo Commons | 
| Filename | Size | 
|---|---|
| exoplatform.commons-1.0.pom | |
| exoplatform.commons-1.0.jar | 101 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/exo/exoplatform.commons/ -->
<dependency>
    <groupId>exo</groupId>
    <artifactId>exoplatform.commons</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/exo/exoplatform.commons/
implementation 'exo:exoplatform.commons:1.0'// https://jarcasting.com/artifacts/exo/exoplatform.commons/
implementation ("exo:exoplatform.commons:1.0")'exo:exoplatform.commons:jar:1.0'<dependency org="exo" name="exoplatform.commons" rev="1.0">
  <artifact name="exoplatform.commons" type="jar" />
</dependency>@Grapes(
@Grab(group='exo', module='exoplatform.commons', version='1.0')
)libraryDependencies += "exo" % "exoplatform.commons" % "1.0"[exo/exoplatform.commons "1.0"]