GroupId | GroupIdcom.jetdrone |
---|---|
ArtifactId | ArtifactIdyoke-extras |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
yoke-extras-1.0.7.pom | |
yoke-extras-1.0.7.jar | 85 KB |
yoke-extras-1.0.7-sources.jar | 17 KB |
yoke-extras-1.0.7-mod.zip | 13 MB |
yoke-extras-1.0.7-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jetdrone/yoke-extras/ -->
<dependency>
<groupId>com.jetdrone</groupId>
<artifactId>yoke-extras</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.jetdrone/yoke-extras/
implementation 'com.jetdrone:yoke-extras:1.0.7'
// https://jarcasting.com/artifacts/com.jetdrone/yoke-extras/
implementation ("com.jetdrone:yoke-extras:1.0.7")
'com.jetdrone:yoke-extras:jar:1.0.7'
<dependency org="com.jetdrone" name="yoke-extras" rev="1.0.7">
<artifact name="yoke-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jetdrone', module='yoke-extras', version='1.0.7')
)
libraryDependencies += "com.jetdrone" % "yoke-extras" % "1.0.7"
[com.jetdrone/yoke-extras "1.0.7"]