is not current version
Last Version 1.48.2

com.avsystem.commons:commons-core_2.11 1.47.1

AVSystem commons library for Scala

GroupId

GroupId

com.avsystem.commons
ArtifactId

ArtifactId

commons-core_2.11
Version

Version

1.47.1
Type

Type

jar

Download commons-core_2.11 1.47.1


<!-- https://jarcasting.com/artifacts/com.avsystem.commons/commons-core_2.11/ -->
<dependency>
    <groupId>com.avsystem.commons</groupId>
    <artifactId>commons-core_2.11</artifactId>
    <version>1.47.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-core_2.11/
implementation 'com.avsystem.commons:commons-core_2.11:1.47.1'
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-core_2.11/
implementation ("com.avsystem.commons:commons-core_2.11:1.47.1")
'com.avsystem.commons:commons-core_2.11:jar:1.47.1'
<dependency org="com.avsystem.commons" name="commons-core_2.11" rev="1.47.1">
  <artifact name="commons-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avsystem.commons', module='commons-core_2.11', version='1.47.1')
)
libraryDependencies += "com.avsystem.commons" % "commons-core_2.11" % "1.47.1"
[com.avsystem.commons/commons-core_2.11 "1.47.1"]