Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.srotya.sidewinder |
ArtifactId | ArtifactIddist |
Version | Version0.0.36 |
Type | Typepom |
Filename | Size |
---|---|
dist-0.0.36.pom | 732 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/ -->
<dependency>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>dist</artifactId>
<version>0.0.36</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/
implementation 'com.srotya.sidewinder:dist:0.0.36'
// https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/
implementation ("com.srotya.sidewinder:dist:0.0.36")
'com.srotya.sidewinder:dist:pom:0.0.36'
<dependency org="com.srotya.sidewinder" name="dist" rev="0.0.36">
<artifact name="dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.srotya.sidewinder', module='dist', version='0.0.36')
)
libraryDependencies += "com.srotya.sidewinder" % "dist" % "0.0.36"
[com.srotya.sidewinder/dist "0.0.36"]