Skip to content

jsweet-candies/candy-angular-material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSweet angular-material candy

Description

This project is a Java bridge to the angular-material library, so that angular-material can be used from Java (thanks to the JSweet transpiler).

This candy is used for compilation (typing and API checking) but does not contain any implementation, similarly to a C/C++ header file or to a TypeScript definition file.

How to install the candy

Clone this project with git and install the JSweet candy in your local Maven repository (so that you can refer to it as a dependency in other Maven projects):

> mvn install

To deploy the candy to the jsweet-candies organization (please contact us to get an authorized access):

> mvn deploy

Note: if you want to publish the candy in your own Maven repository, please refer to existing documentation on that particular topic.

Use from a Java/JSweet project

Add the following dependency to the pom.xml:

<dependency>
	<groupId>org.jsweet.candies.ext</groupId>
	<artifactId>angular-material</artifactId>
	<version>1.1.3</version>
</dependency>

License

By default, JSweet candies are published with the Apache 2 Open Source license. Since they are pure APIs, remember that it does not make sense to try to bind a JSweet candy to a commercial license (on contrary to the bridged JS library/framework, which can be distributed under a non-open source license).

About

Java API bridge for angular-material (JSweet candy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages