| GroupId | GroupIdcom.github.resource4j |
|---|---|
| ArtifactId | ArtifactIdresource4j-cms |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| resource4j-cms-3.0.0.pom | |
| resource4j-cms-3.0.0.jar | 9 KB |
| resource4j-cms-3.0.0-sources.jar | 8 KB |
| resource4j-cms-3.0.0-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-cms/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>resource4j-cms</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-cms/
implementation 'com.github.resource4j:resource4j-cms:3.0.0'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-cms/
implementation ("com.github.resource4j:resource4j-cms:3.0.0")
'com.github.resource4j:resource4j-cms:jar:3.0.0'
<dependency org="com.github.resource4j" name="resource4j-cms" rev="3.0.0">
<artifact name="resource4j-cms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-cms', version='3.0.0')
)
libraryDependencies += "com.github.resource4j" % "resource4j-cms" % "3.0.0"
[com.github.resource4j/resource4j-cms "3.0.0"]