GroupId | GroupIdcom.rustknife.jknife |
---|---|
ArtifactId | ArtifactIdjknife-web |
Version | Version2.0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jknife-web-2.0.2-RELEASE.pom | |
jknife-web-2.0.2-RELEASE.jar | 44 KB |
jknife-web-2.0.2-RELEASE-sources.jar | 2 KB |
jknife-web-2.0.2-RELEASE-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rustknife.jknife/jknife-web/ -->
<dependency>
<groupId>com.rustknife.jknife</groupId>
<artifactId>jknife-web</artifactId>
<version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rustknife.jknife/jknife-web/
implementation 'com.rustknife.jknife:jknife-web:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.rustknife.jknife/jknife-web/
implementation ("com.rustknife.jknife:jknife-web:2.0.2-RELEASE")
'com.rustknife.jknife:jknife-web:jar:2.0.2-RELEASE'
<dependency org="com.rustknife.jknife" name="jknife-web" rev="2.0.2-RELEASE">
<artifact name="jknife-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rustknife.jknife', module='jknife-web', version='2.0.2-RELEASE')
)
libraryDependencies += "com.rustknife.jknife" % "jknife-web" % "2.0.2-RELEASE"
[com.rustknife.jknife/jknife-web "2.0.2-RELEASE"]