is not current version
Last Version 0.1.5

com.github.nikita-volkov:embrace 0.1.0

A tiny extension library embracing braceless coding style in Scala

GroupId

GroupId

com.github.nikita-volkov
ArtifactId

ArtifactId

embrace
Version

Version

0.1.0
Type

Type

jar

Download embrace 0.1.0


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