GroupId | GroupIdcom.casualsuperman.portent.engines |
---|---|
ArtifactId | ArtifactIdjinja |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
jinja-0.3.0.pom | |
jinja-0.3.0.jar | 2 KB |
jinja-0.3.0-sources.jar | 2 KB |
jinja-0.3.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.casualsuperman.portent.engines/jinja/ -->
<dependency>
<groupId>com.casualsuperman.portent.engines</groupId>
<artifactId>jinja</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.casualsuperman.portent.engines/jinja/
implementation 'com.casualsuperman.portent.engines:jinja:0.3.0'
// https://jarcasting.com/artifacts/com.casualsuperman.portent.engines/jinja/
implementation ("com.casualsuperman.portent.engines:jinja:0.3.0")
'com.casualsuperman.portent.engines:jinja:jar:0.3.0'
<dependency org="com.casualsuperman.portent.engines" name="jinja" rev="0.3.0">
<artifact name="jinja" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.casualsuperman.portent.engines', module='jinja', version='0.3.0')
)
libraryDependencies += "com.casualsuperman.portent.engines" % "jinja" % "0.3.0"
[com.casualsuperman.portent.engines/jinja "0.3.0"]