| License |
License |
|---|---|
| GroupId | GroupIdcom.github.zqq90.webit-script |
| ArtifactId | ArtifactIdsupport |
| Last Version | Last Version1.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionWebit Script Support
A template-like script and engine, all writen with Java.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| support-1.5.pom | 818 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zqq90.webit-script/support/ -->
<dependency>
<groupId>com.github.zqq90.webit-script</groupId>
<artifactId>support</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zqq90.webit-script/support/
implementation 'com.github.zqq90.webit-script:support:1.5'
// https://jarcasting.com/artifacts/com.github.zqq90.webit-script/support/
implementation ("com.github.zqq90.webit-script:support:1.5")
'com.github.zqq90.webit-script:support:pom:1.5'
<dependency org="com.github.zqq90.webit-script" name="support" rev="1.5">
<artifact name="support" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zqq90.webit-script', module='support', version='1.5')
)
libraryDependencies += "com.github.zqq90.webit-script" % "support" % "1.5"
[com.github.zqq90.webit-script/support "1.5"]