| GroupId | GroupIdcom.github.karasiq |
|---|---|
| ArtifactId | ArtifactIdcommons_2.11 |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons_2.11-1.0.1.pom | |
| commons_2.11-1.0.1.jar | 371 KB |
| commons_2.11-1.0.1-sources.jar | 29 KB |
| commons_2.11-1.0.1-javadoc.jar | 661 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.karasiq/commons_2.11/ -->
<dependency>
<groupId>com.github.karasiq</groupId>
<artifactId>commons_2.11</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.karasiq/commons_2.11/
implementation 'com.github.karasiq:commons_2.11:1.0.1'
// https://jarcasting.com/artifacts/com.github.karasiq/commons_2.11/
implementation ("com.github.karasiq:commons_2.11:1.0.1")
'com.github.karasiq:commons_2.11:jar:1.0.1'
<dependency org="com.github.karasiq" name="commons_2.11" rev="1.0.1">
<artifact name="commons_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.karasiq', module='commons_2.11', version='1.0.1')
)
libraryDependencies += "com.github.karasiq" % "commons_2.11" % "1.0.1"
[com.github.karasiq/commons_2.11 "1.0.1"]