GroupId | GroupIdcom.rustknife.jknife |
---|---|
ArtifactId | ArtifactIdjknife-web |
Version | Version1.2.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jknife-web-1.2.0-RELEASE.pom | |
jknife-web-1.2.0-RELEASE.jar | 44 KB |
jknife-web-1.2.0-RELEASE-sources.jar | 2 KB |
jknife-web-1.2.0-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>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rustknife.jknife/jknife-web/
implementation 'com.rustknife.jknife:jknife-web:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.rustknife.jknife/jknife-web/
implementation ("com.rustknife.jknife:jknife-web:1.2.0-RELEASE")
'com.rustknife.jknife:jknife-web:jar:1.2.0-RELEASE'
<dependency org="com.rustknife.jknife" name="jknife-web" rev="1.2.0-RELEASE">
<artifact name="jknife-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rustknife.jknife', module='jknife-web', version='1.2.0-RELEASE')
)
libraryDependencies += "com.rustknife.jknife" % "jknife-web" % "1.2.0-RELEASE"
[com.rustknife.jknife/jknife-web "1.2.0-RELEASE"]