License |
License |
---|---|
GroupId | GroupIdcom.itangcent |
ArtifactId | ArtifactIdcommons |
Last Version | Last Version1.2.73-SNAPSHOTO |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIntellij Kotlin(commons)
Help for developing plugins for JetBrains products.
Common utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-1.2.73-SNAPSHOTO.pom | |
commons-1.2.73-SNAPSHOTO.jar | 223 KB |
commons-1.2.73-SNAPSHOTO-sources.jar | 42 KB |
commons-1.2.73-SNAPSHOTO-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.itangcent/commons/ -->
<dependency>
<groupId>com.itangcent</groupId>
<artifactId>commons</artifactId>
<version>1.2.73-SNAPSHOTO</version>
</dependency>
// https://jarcasting.com/artifacts/com.itangcent/commons/
implementation 'com.itangcent:commons:1.2.73-SNAPSHOTO'
// https://jarcasting.com/artifacts/com.itangcent/commons/
implementation ("com.itangcent:commons:1.2.73-SNAPSHOTO")
'com.itangcent:commons:jar:1.2.73-SNAPSHOTO'
<dependency org="com.itangcent" name="commons" rev="1.2.73-SNAPSHOTO">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itangcent', module='commons', version='1.2.73-SNAPSHOTO')
)
libraryDependencies += "com.itangcent" % "commons" % "1.2.73-SNAPSHOTO"
[com.itangcent/commons "1.2.73-SNAPSHOTO"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.31 |
com.google.code.gson : gson | jar | 2.8.5 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.31 |