GroupId | GroupIdcom.gettyio |
---|---|
ArtifactId | ArtifactIdgetty |
Version | Version1.2.4 |
Type | Typepom |
Filename | Size |
---|---|
getty-1.2.4.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gettyio/getty/ -->
<dependency>
<groupId>com.gettyio</groupId>
<artifactId>getty</artifactId>
<version>1.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gettyio/getty/
implementation 'com.gettyio:getty:1.2.4'
// https://jarcasting.com/artifacts/com.gettyio/getty/
implementation ("com.gettyio:getty:1.2.4")
'com.gettyio:getty:pom:1.2.4'
<dependency org="com.gettyio" name="getty" rev="1.2.4">
<artifact name="getty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gettyio', module='getty', version='1.2.4')
)
libraryDependencies += "com.gettyio" % "getty" % "1.2.4"
[com.gettyio/getty "1.2.4"]