GroupId | GroupIdorg.opencms.modules |
---|---|
ArtifactId | ArtifactIdorg.opencms.editors |
Version | Version8.0.1 |
Type | Typejar |
Filename | Size |
---|---|
org.opencms.editors-8.0.1.pom | |
org.opencms.editors-8.0.1.jar | 334 bytes |
org.opencms.editors-8.0.1-opencms-module.zip | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencms.modules/org.opencms.editors/ -->
<dependency>
<groupId>org.opencms.modules</groupId>
<artifactId>org.opencms.editors</artifactId>
<version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencms.modules/org.opencms.editors/
implementation 'org.opencms.modules:org.opencms.editors:8.0.1'
// https://jarcasting.com/artifacts/org.opencms.modules/org.opencms.editors/
implementation ("org.opencms.modules:org.opencms.editors:8.0.1")
'org.opencms.modules:org.opencms.editors:jar:8.0.1'
<dependency org="org.opencms.modules" name="org.opencms.editors" rev="8.0.1">
<artifact name="org.opencms.editors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencms.modules', module='org.opencms.editors', version='8.0.1')
)
libraryDependencies += "org.opencms.modules" % "org.opencms.editors" % "8.0.1"
[org.opencms.modules/org.opencms.editors "8.0.1"]