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