is not current version
Last Version 1.19.3

com.github.piotrkot.takes:takes 1.19.2

Immutable Java Web Framework

Categories

Categories

Takes User Interface Web Frameworks
GroupId

GroupId

com.github.piotrkot.takes
ArtifactId

ArtifactId

takes
Version

Version

1.19.2
Type

Type

jar

Download takes 1.19.2


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