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