| GroupId | GroupIdcom.thindeck |
|---|---|
| ArtifactId | ArtifactIdthindeck |
| Version | Version0.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| thindeck-0.0.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thindeck/thindeck/ -->
<dependency>
<groupId>com.thindeck</groupId>
<artifactId>thindeck</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thindeck/thindeck/
implementation 'com.thindeck:thindeck:0.0.1'
// https://jarcasting.com/artifacts/com.thindeck/thindeck/
implementation ("com.thindeck:thindeck:0.0.1")
'com.thindeck:thindeck:pom:0.0.1'
<dependency org="com.thindeck" name="thindeck" rev="0.0.1">
<artifact name="thindeck" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thindeck', module='thindeck', version='0.0.1')
)
libraryDependencies += "com.thindeck" % "thindeck" % "0.0.1"
[com.thindeck/thindeck "0.0.1"]