| GroupId | GroupIdvelocity |
|---|---|
| ArtifactId | ArtifactIdtexen |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| texen-1.0.pom | |
| texen-1.0.jar | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/velocity/texen/ -->
<dependency>
<groupId>velocity</groupId>
<artifactId>texen</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/velocity/texen/
implementation 'velocity:texen:1.0'
// https://jarcasting.com/artifacts/velocity/texen/
implementation ("velocity:texen:1.0")
'velocity:texen:jar:1.0'
<dependency org="velocity" name="texen" rev="1.0">
<artifact name="texen" type="jar" />
</dependency>
@Grapes(
@Grab(group='velocity', module='texen', version='1.0')
)
libraryDependencies += "velocity" % "texen" % "1.0"
[velocity/texen "1.0"]