| License |
License |
|---|---|
| GroupId | GroupIdorg.febit.wit |
| ArtifactId | ArtifactIdsupport |
| Version | Version2.7.0-beta |
| Type | Typepom |
| Description |
Descriptionwit-support
A template-like script and engine, all written with Java.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| support-2.7.0-beta.pom | 739 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.febit.wit/support/ -->
<dependency>
<groupId>org.febit.wit</groupId>
<artifactId>support</artifactId>
<version>2.7.0-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.febit.wit/support/
implementation 'org.febit.wit:support:2.7.0-beta'
// https://jarcasting.com/artifacts/org.febit.wit/support/
implementation ("org.febit.wit:support:2.7.0-beta")
'org.febit.wit:support:pom:2.7.0-beta'
<dependency org="org.febit.wit" name="support" rev="2.7.0-beta">
<artifact name="support" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.febit.wit', module='support', version='2.7.0-beta')
)
libraryDependencies += "org.febit.wit" % "support" % "2.7.0-beta"
[org.febit.wit/support "2.7.0-beta"]