License |
License |
---|---|
GroupId | GroupIdcom.plecting |
ArtifactId | ArtifactIdmoulder |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionmoulder
A jQuery-like HTML templating library written in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
moulder-1.0.0.pom | |
moulder-1.0.0.jar | 31 KB |
moulder-1.0.0-sources.jar | 15 KB |
moulder-1.0.0-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plecting/moulder/ -->
<dependency>
<groupId>com.plecting</groupId>
<artifactId>moulder</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.plecting/moulder/
implementation 'com.plecting:moulder:1.0.0'
// https://jarcasting.com/artifacts/com.plecting/moulder/
implementation ("com.plecting:moulder:1.0.0")
'com.plecting:moulder:jar:1.0.0'
<dependency org="com.plecting" name="moulder" rev="1.0.0">
<artifact name="moulder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.plecting', module='moulder', version='1.0.0')
)
libraryDependencies += "com.plecting" % "moulder" % "1.0.0"
[com.plecting/moulder "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.6.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.8.5 |
xmlunit : xmlunit | jar | 1.3 |