GroupId | GroupIdcom.atomgraph |
---|---|
ArtifactId | ArtifactIdtwirl |
Version | Version1.0.17 |
Type | Typejar |
Filename | Size |
---|---|
twirl-1.0.17.pom | |
twirl-1.0.17.jar | 67 KB |
twirl-1.0.17-sources.jar | 55 KB |
twirl-1.0.17-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atomgraph/twirl/ -->
<dependency>
<groupId>com.atomgraph</groupId>
<artifactId>twirl</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomgraph/twirl/
implementation 'com.atomgraph:twirl:1.0.17'
// https://jarcasting.com/artifacts/com.atomgraph/twirl/
implementation ("com.atomgraph:twirl:1.0.17")
'com.atomgraph:twirl:jar:1.0.17'
<dependency org="com.atomgraph" name="twirl" rev="1.0.17">
<artifact name="twirl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomgraph', module='twirl', version='1.0.17')
)
libraryDependencies += "com.atomgraph" % "twirl" % "1.0.17"
[com.atomgraph/twirl "1.0.17"]