GroupId | GroupIdcom.jakewharton.twirl |
---|---|
ArtifactId | ArtifactIdtwirl-parent |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
twirl-parent-1.1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.twirl/twirl-parent/ -->
<dependency>
<groupId>com.jakewharton.twirl</groupId>
<artifactId>twirl-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.twirl/twirl-parent/
implementation 'com.jakewharton.twirl:twirl-parent:1.1.0'
// https://jarcasting.com/artifacts/com.jakewharton.twirl/twirl-parent/
implementation ("com.jakewharton.twirl:twirl-parent:1.1.0")
'com.jakewharton.twirl:twirl-parent:pom:1.1.0'
<dependency org="com.jakewharton.twirl" name="twirl-parent" rev="1.1.0">
<artifact name="twirl-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.twirl', module='twirl-parent', version='1.1.0')
)
libraryDependencies += "com.jakewharton.twirl" % "twirl-parent" % "1.1.0"
[com.jakewharton.twirl/twirl-parent "1.1.0"]