| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.xsite |
| ArtifactId | ArtifactIdxsite |
| Version | Version1.4 |
| Type | Typepom |
| Description |
DescriptionXSite
XSite is a simple yet flexible site generation tool that allow a full templatable separation between content and style
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xsite-1.4.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.xsite/xsite/ -->
<dependency>
<groupId>org.codehaus.xsite</groupId>
<artifactId>xsite</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.xsite/xsite/
implementation 'org.codehaus.xsite:xsite:1.4'
// https://jarcasting.com/artifacts/org.codehaus.xsite/xsite/
implementation ("org.codehaus.xsite:xsite:1.4")
'org.codehaus.xsite:xsite:pom:1.4'
<dependency org="org.codehaus.xsite" name="xsite" rev="1.4">
<artifact name="xsite" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.xsite', module='xsite', version='1.4')
)
libraryDependencies += "org.codehaus.xsite" % "xsite" % "1.4"
[org.codehaus.xsite/xsite "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jmock : jmock-junit4 | jar | 2.8.2 |