| License |
License |
|---|---|
| Categories |
CategoriesCRaSH General Purpose Libraries Utility |
| GroupId | GroupIdorg.crashub |
| ArtifactId | ArtifactIdcrash.plugins |
| Last Version | Last Version1.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCRaSH Plugins
The CRaSH is a shell for Java Content Repository that comes bundled as a war file to deploy in eXo Portal 2.5 or GateIn
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| crash.plugins-1.3.2.pom | 635 bytes |
| crash.plugins-1.3.2-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.crashub/crash.plugins/ -->
<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.plugins</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.crashub/crash.plugins/
implementation 'org.crashub:crash.plugins:1.3.2'
// https://jarcasting.com/artifacts/org.crashub/crash.plugins/
implementation ("org.crashub:crash.plugins:1.3.2")
'org.crashub:crash.plugins:jar:1.3.2'
<dependency org="org.crashub" name="crash.plugins" rev="1.3.2">
<artifact name="crash.plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crashub', module='crash.plugins', version='1.3.2')
)
libraryDependencies += "org.crashub" % "crash.plugins" % "1.3.2"
[org.crashub/crash.plugins "1.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.2 |