macros


Лицензия

Лицензия

Группа

Группа

com.bbrownsound
Идентификатор

Идентификатор

macros_2.11
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

macros
macros
Ссылка на сайт

Ссылка на сайт

https://github.com/brbrown25/macros
Организация-разработчик

Организация-разработчик

com.bbrownsound
Система контроля версий

Система контроля версий

https://github.com/brbrown25/macros

Скачать macros_2.11

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.11.12
ch.qos.logback : logback-classic jar 1.2.3

provided (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-compiler jar 2.11.12
org.scala-lang : scala-reflect jar 2.11.12

test (1)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_2.11 jar 3.2.3

Модули Проекта

Данный проект не имеет модулей.

License CI Release Artifacts Snapshot Artifacts Scala Steward Coverage

macros

A collection of scala macros for experimentation. this has mainly been for learning about macros, but ProcessTimer is actually inspired by a recent python project I did where I implemented a timer inspired by https://medium.com/pythonhive/python-decorator-to-measure-the-execution-time-of-methods-fa04cb6bb36d

##Usage

Note you may also need to add the following resolver resolvers ++= Seq("snapshots", "releases").map(Resolver.sonatypeRepo)

Release: manual process seems the best for now till I can work out the kinks. Locally I needed to do

GPG_TTY=$(tty)
export GPG_TTY

and in the sbt console

; sonatypeOpen; +publishSigned; sonatypeClose; sonatypePromote

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0