GroupId | GroupIdcom.github.kaizen4j |
---|---|
ArtifactId | ArtifactIdstark-web |
Version | Version1.2.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
stark-web-1.2.0.RELEASE.pom | |
stark-web-1.2.0.RELEASE.jar | 27 KB |
stark-web-1.2.0.RELEASE-sources.jar | 15 KB |
stark-web-1.2.0.RELEASE-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaizen4j/stark-web/ -->
<dependency>
<groupId>com.github.kaizen4j</groupId>
<artifactId>stark-web</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaizen4j/stark-web/
implementation 'com.github.kaizen4j:stark-web:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.kaizen4j/stark-web/
implementation ("com.github.kaizen4j:stark-web:1.2.0.RELEASE")
'com.github.kaizen4j:stark-web:jar:1.2.0.RELEASE'
<dependency org="com.github.kaizen4j" name="stark-web" rev="1.2.0.RELEASE">
<artifact name="stark-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaizen4j', module='stark-web', version='1.2.0.RELEASE')
)
libraryDependencies += "com.github.kaizen4j" % "stark-web" % "1.2.0.RELEASE"
[com.github.kaizen4j/stark-web "1.2.0.RELEASE"]