Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.tenqube |
ArtifactId | ArtifactIdclip |
Version | Version2.3.8 |
Type | Typeaar |
Filename | Size |
---|---|
clip-2.3.8.pom | |
clip-2.3.8-sources.jar | 178 KB |
clip-2.3.8-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tenqube/clip/ -->
<dependency>
<groupId>com.tenqube</groupId>
<artifactId>clip</artifactId>
<version>2.3.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tenqube/clip/
implementation 'com.tenqube:clip:2.3.8'
// https://jarcasting.com/artifacts/com.tenqube/clip/
implementation ("com.tenqube:clip:2.3.8")
'com.tenqube:clip:aar:2.3.8'
<dependency org="com.tenqube" name="clip" rev="2.3.8">
<artifact name="clip" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tenqube', module='clip', version='2.3.8')
)
libraryDependencies += "com.tenqube" % "clip" % "2.3.8"
[com.tenqube/clip "2.3.8"]