Group Id com.avsystem.commons
Artifact Id commons-core_2.12
Version 2.0.0-M9
Packaging jar
URL -
Badge
Last Updated 2020-06-29T04:27:42+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.avsystem.commons</groupId>
    <artifactId>commons-core_2.12</artifactId>
    <version>2.0.0-M9</version>
</dependency>
implementation group: 'com.avsystem.commons', name: 'commons-core_2.12', version: '2.0.0-M9'
implementation 'com.avsystem.commons:commons-core_2.12:2.0.0-M9'
implementation("com.avsystem.commons:commons-core_2.12:2.0.0-M9")
libraryDependencies += "com.avsystem.commons" % "commons-core_2.12" % "2.0.0-M9"
<dependency org="com.avsystem.commons" name="commons-core_2.12" rev="2.0.0-M9"/>
@Grapes(
    @Grab(group='com.avsystem.commons', module='commons-core_2.12', version='2.0.0-M9')
)
[com.avsystem.commons/commons-core_2.12 "2.0.0-M9"]
'com.avsystem.commons:commons-core_2.12:2.0.0-M9'