| GroupId | GroupIdcom.github.ichoran |
|---|---|
| ArtifactId | ArtifactIdkse_2.12 |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kse_2.12-0.7.pom | |
| kse_2.12-0.7.jar | 2 MB |
| kse_2.12-0.7-sources.jar | 244 KB |
| kse_2.12-0.7-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ichoran/kse_2.12/ -->
<dependency>
<groupId>com.github.ichoran</groupId>
<artifactId>kse_2.12</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ichoran/kse_2.12/
implementation 'com.github.ichoran:kse_2.12:0.7'
// https://jarcasting.com/artifacts/com.github.ichoran/kse_2.12/
implementation ("com.github.ichoran:kse_2.12:0.7")
'com.github.ichoran:kse_2.12:jar:0.7'
<dependency org="com.github.ichoran" name="kse_2.12" rev="0.7">
<artifact name="kse_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ichoran', module='kse_2.12', version='0.7')
)
libraryDependencies += "com.github.ichoran" % "kse_2.12" % "0.7"
[com.github.ichoran/kse_2.12 "0.7"]