Group Id com.avsystem.commons
Artifact Id commons-core_2.12
Version 2.0.0-M7
Packaging jar
URL -
Badge
Last Updated 2020-06-24T13:54:46+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-M7</version>
</dependency>
implementation group: 'com.avsystem.commons', name: 'commons-core_2.12', version: '2.0.0-M7'
implementation 'com.avsystem.commons:commons-core_2.12:2.0.0-M7'
implementation("com.avsystem.commons:commons-core_2.12:2.0.0-M7")
libraryDependencies += "com.avsystem.commons" % "commons-core_2.12" % "2.0.0-M7"
<dependency org="com.avsystem.commons" name="commons-core_2.12" rev="2.0.0-M7"/>
@Grapes(
    @Grab(group='com.avsystem.commons', module='commons-core_2.12', version='2.0.0-M7')
)
[com.avsystem.commons/commons-core_2.12 "2.0.0-M7"]
'com.avsystem.commons:commons-core_2.12:2.0.0-M7'