| GroupId | GroupIdcom.jetdrone |
|---|---|
| ArtifactId | ArtifactIdyoke.middleware.helmet |
| Version | Version2.0.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jetdrone/yoke.middleware.helmet/ -->
<dependency>
<groupId>com.jetdrone</groupId>
<artifactId>yoke.middleware.helmet</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.jetdrone/yoke.middleware.helmet/
implementation 'com.jetdrone:yoke.middleware.helmet:2.0.7'
// https://jarcasting.com/artifacts/com.jetdrone/yoke.middleware.helmet/
implementation ("com.jetdrone:yoke.middleware.helmet:2.0.7")
'com.jetdrone:yoke.middleware.helmet:jar:2.0.7'
<dependency org="com.jetdrone" name="yoke.middleware.helmet" rev="2.0.7">
<artifact name="yoke.middleware.helmet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jetdrone', module='yoke.middleware.helmet', version='2.0.7')
)
libraryDependencies += "com.jetdrone" % "yoke.middleware.helmet" % "2.0.7"
[com.jetdrone/yoke.middleware.helmet "2.0.7"]