is not current version
Last Version 2.5

ru.circumflex:circumflex-web 2.1

Circumflex Web Framework is a lightweight framework for quick and robust application development using Scala programming language.

GroupId

GroupId

ru.circumflex
ArtifactId

ArtifactId

circumflex-web
Version

Version

2.1
Type

Type

jar

Download circumflex-web 2.1


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