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