bpg / my-awesome-library   0.0.7

GitHub

Example of a projects created from bpg/awesome-library.g8 template

Scala versions: 2.13 2.12
Scala.js versions: 1.x 0.6

my-awesome-library-core 0.0.6


Group ID:
com.github.bpg
Artifact ID:
my-awesome-library-core_2.13
Version:
0.0.6
Release Date:
Apr 11, 2021
Licenses:
Files:

libraryDependencies += "com.github.bpg" %% "my-awesome-library-core" % "0.0.6"

Mill build tool

ivy"com.github.bpg::my-awesome-library-core:0.0.6"

Scala CLI

//> using dep "com.github.bpg::my-awesome-library-core:0.0.6"

Ammonite REPL

import $ivy.`com.github.bpg::my-awesome-library-core:0.0.6`

<dependency>
  <groupId>com.github.bpg</groupId>
  <artifactId>my-awesome-library-core_2.13</artifactId>
  <version>0.0.6</version>
</dependency>

compile group: 'com.github.bpg', name: 'my-awesome-library-core_2.13', version: '0.0.6'