| License |
License
MIT/X11
|
|---|---|
| GroupId | GroupIdcom.github.nikita-volkov |
| ArtifactId | ArtifactIdembrace |
| Last Version | Last Version0.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEmbrace
A tiny extension library embracing braceless coding style in Scala
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| embrace-0.1.5.pom | |
| embrace-0.1.5.jar | 12 KB |
| embrace-0.1.5-sources.jar | 737 bytes |
| embrace-0.1.5-javadoc.jar | 342 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov/embrace/ -->
<dependency>
<groupId>com.github.nikita-volkov</groupId>
<artifactId>embrace</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov/embrace/
implementation 'com.github.nikita-volkov:embrace:0.1.5'
// https://jarcasting.com/artifacts/com.github.nikita-volkov/embrace/
implementation ("com.github.nikita-volkov:embrace:0.1.5")
'com.github.nikita-volkov:embrace:jar:0.1.5'
<dependency org="com.github.nikita-volkov" name="embrace" rev="0.1.5">
<artifact name="embrace" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov', module='embrace', version='0.1.5')
)
libraryDependencies += "com.github.nikita-volkov" % "embrace" % "0.1.5"
[com.github.nikita-volkov/embrace "0.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | [2.10,3) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |