GroupId | GroupIdorg.ow2.weblab.components |
---|---|
ArtifactId | ArtifactIdcontent-manager |
Version | Version1.8.5 |
Type | Typejar |
Filename | Size |
---|---|
content-manager-1.8.5.pom | |
content-manager-1.8.5.jar | 13 KB |
content-manager-1.8.5-sources.jar | 12 KB |
content-manager-1.8.5-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.components/content-manager/ -->
<dependency>
<groupId>org.ow2.weblab.components</groupId>
<artifactId>content-manager</artifactId>
<version>1.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.components/content-manager/
implementation 'org.ow2.weblab.components:content-manager:1.8.5'
// https://jarcasting.com/artifacts/org.ow2.weblab.components/content-manager/
implementation ("org.ow2.weblab.components:content-manager:1.8.5")
'org.ow2.weblab.components:content-manager:jar:1.8.5'
<dependency org="org.ow2.weblab.components" name="content-manager" rev="1.8.5">
<artifact name="content-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.components', module='content-manager', version='1.8.5')
)
libraryDependencies += "org.ow2.weblab.components" % "content-manager" % "1.8.5"
[org.ow2.weblab.components/content-manager "1.8.5"]