Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dev.mardroemmar:truth-extensions-currency

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev.mardroemmar:truth-extensions-currency

Commonly wanted extensions for Truth.

  • 1.0.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

= truth-extensions Mariell Hoversholm mariell@mardroemmar.dev v1.0, 2022-01-11 :current-version: 0.1.0

A library for common extensions for link:https://truth.dev[Truth].

== Usage

=== Repository

To depend on a release, you need only depend on the official Maven central, or a mirror thereof. If you're using Maven, this is automatic. Gradle users must:

.build.gradle.kts [source,kotlin]

repositories { mavenCentral() }

To depend on a SNAPSHOT version, you need to depend on the Sonatype snapshot repository:

.pom.xml [source,xml]

sonatype-oss-snapshot https://oss.sonatype.org/content/repositories/snapshots false true ----

.build.gradle.kts [source,kotlin]

repositories { maven("https://oss.sonatype.org/content/repositories/snapshots") }

=== Artifact

You may want to depend upon the link:./bom[bill-of-materials] for the library as follows:

.pom.xml [source,xml,subs="+attributes"]

dev.mardroemmar truth-extensions-bom {current-version} pom import ----

.build.gradle.kts [source,kotlin,subs="+attributes"]

dependencies { enforcedPlatform("dev.mardroemmar:truth-extensions-bom:{current-version}") }

=== Modules

==== truth-extensions-currency

The truth-extensions-currency module provides java.util.Currency-related extensions.

You may depend on it as follows, assuming you use the bill-of-materials:

.pom.xml [source,xml]

dev.mardroemmar truth-extensions-currency ----

.build.gradle.kts [source,kotlin]

dependencies { testImplementation("dev.mardroemmar:truth-extensions-currency") // or other scopes if you'd prefer. }

=== Java

This project currently uses Java 8. The project has a policy of supporting at least the 2 newest long-term-support (LTS) versions of Java: any older versions are always subject to be removed in a MAJOR version bump. This means that e.g. version 1.0.0 with Java 8 will never drop Java 8, but rather bump to 2.0.0 along with moving to Java 11. This does not necessarily mean there are plans for this; see the issue tracker for more information on future plans.

== Licence

This project is licensed under the link:https://choosealicense.com/licenses/mit/[MIT licence]. Because of this, the project is freely distributable and usable, both by proprietary and free (as in libre) software. You need not ask for permission to use the project in any way; all usages are welcome within the terms of the licence.

FAQs

Package last updated on 13 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc