All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download com.avast JAR files with all dependencies

Search JAR files by class name

scala-server-toolkit-pureconfig_2.12 from group com.avast (version 0.1.3)

Functional programming toolkit for building server applications in Scala.

Group: com.avast Artifact: scala-server-toolkit-pureconfig_2.12
Show documentation Show source 
 

0 downloads
Artifact scala-server-toolkit-pureconfig_2.12
Group com.avast
Version 0.1.3
Last update 30. September 2019
Organization com.avast
URL https://github.com/avast/scala-server-toolkit
License MIT
Dependencies amount 3
Dependencies scala-library, cats-effect_2.12, pureconfig_2.12,
There are maybe transitive dependencies!

scala-server-toolkit-pureconfig_2.13 from group com.avast (version 0.1.2)

Functional programming toolkit for building server applications in Scala.

Group: com.avast Artifact: scala-server-toolkit-pureconfig_2.13
Show documentation Show source 
 

0 downloads
Artifact scala-server-toolkit-pureconfig_2.13
Group com.avast
Version 0.1.2
Last update 20. September 2019
Organization com.avast
URL https://github.com/avast/scala-server-toolkit
License MIT
Dependencies amount 3
Dependencies scala-library, cats-effect_2.13, pureconfig_2.13,
There are maybe transitive dependencies!

big-map_2.11 from group com.avast (version 1.1)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.11
Show documentation Show source 
 

0 downloads
Artifact big-map_2.11
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

big-map_2.10 from group com.avast (version 1.1)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact big-map_2.10
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

jmx-publisher from group com.avast (version 1.4.2)

Tool to get properties and methods published via JMX easily.

Group: com.avast Artifact: jmx-publisher
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmx-publisher
Group com.avast
Version 1.4.2
Last update 23. July 2015
Organization not specified
URL https://github.com/avast/jmx-publisher/wiki
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, jsr305,
There are maybe transitive dependencies!

syringe-maven-plugin from group com.avast (version 1.4.0)

Supporting Maven plugin for Syringe library

Group: com.avast Artifact: syringe-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact syringe-maven-plugin
Group com.avast
Version 1.4.0
Last update 08. July 2015
Organization AVAST Software
URL https://github.com/avast/syringe-maven-plugin
License The BSD 3-Clause License
Dependencies amount 3
Dependencies maven-plugin-api, syringe_2.10, reflections,
There are maybe transitive dependencies!

syringe_2.11 from group com.avast (version 2.0.0)

syringe

Group: com.avast Artifact: syringe_2.11
Show all versions Show documentation Show source 
 

0 downloads
Artifact syringe_2.11
Group com.avast
Version 2.0.0
Last update 07. July 2015
Organization com.avast
URL https://github.com/avast/syringe
License The BSD 3-Clause License
Dependencies amount 9
Dependencies scala-library, jsr305, slf4j-api, freemarker, guava, xom, cglib, commons-io, javax.inject,
There are maybe transitive dependencies!

syringe_2.10 from group com.avast (version 2.0.0)

Dependency injection and configuration library for Java and Scala

Group: com.avast Artifact: syringe_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact syringe_2.10
Group com.avast
Version 2.0.0
Last update 07. July 2015
Organization AVAST Software
URL https://github.com/avast/syringe
License The BSD 3-Clause License
Dependencies amount 8
Dependencies jsr305, slf4j-api, freemarker, guava, xom, scala-library, cglib, commons-io,
There are maybe transitive dependencies!

syringe-gradle-plugin from group com.avast (version 1.0.4)

Supporting Gradle plugin for Syringe library

Group: com.avast Artifact: syringe-gradle-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact syringe-gradle-plugin
Group com.avast
Version 1.0.4
Last update 25. February 2015
Organization not specified
URL https://github.com/avast/syringe-gradle-plugin
License The BSD 3-Clause License
Dependencies amount 3
Dependencies syringe_2.10, reflections, commons-vfs2,
There are maybe transitive dependencies!

big-map_2.9 from group com.avast (version 1.0)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.9
Show documentation Show source 
 

0 downloads
Artifact big-map_2.9
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!



Page 20 from 3 (items total 233)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy