@coreui/utils

WebJar for @coreui/utils

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

coreui__utils
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

@coreui/utils
WebJar for @coreui/utils
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/coreui/coreui-utils

Download coreui__utils

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

CoreUI Utilities

CoreUI utility JavaScript functions

Installation

npm install @coreui/utils --save

Usage

ES5 functions from common.js module

import { deepObjectsMerge } from '@coreui/utils';

ES6+ functions from source, to enable treeshaking

import { deepObjectsMerge } from '@coreui/utils/src';
org.webjars.npm

CoreUI

Versions

Version
1.3.1
1.2.2