Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.humble |
ArtifactId | ArtifactIdhumble-video-superproject |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
humble-video-superproject-0.2.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.humble/humble-video-superproject/ -->
<dependency>
<groupId>io.humble</groupId>
<artifactId>humble-video-superproject</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.humble/humble-video-superproject/
implementation 'io.humble:humble-video-superproject:0.2.0'
// https://jarcasting.com/artifacts/io.humble/humble-video-superproject/
implementation ("io.humble:humble-video-superproject:0.2.0")
'io.humble:humble-video-superproject:pom:0.2.0'
<dependency org="io.humble" name="humble-video-superproject" rev="0.2.0">
<artifact name="humble-video-superproject" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.humble', module='humble-video-superproject', version='0.2.0')
)
libraryDependencies += "io.humble" % "humble-video-superproject" % "0.2.0"
[io.humble/humble-video-superproject "0.2.0"]