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