Skip to content

ic4j/ic4j-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IC4J Spring Library

Java Spring is a comprehensive framework for building modern, enterprise-level applications, providing robust support for dependency injection, aspect-oriented programming, and web applications.

https://spring.io/

The IC4J Spring library allows native execution of Internet Computer smart contracts from Spring application. This library enables Java Spring developers to seamlessly integrate ICP canisters into their Spring applications, enhancing functionality and interoperability. Additionally, the library comes with predefined Internet Identity and Management Spring services, further simplifying the development process.

##To add IC4J Spring library to your Java project use Maven or Gradle import from Maven Central.

https://search.maven.org/artifact/org.ic4j/ic4j-spring/0.7.1.1/jar
<dependency>
  <groupId>org.ic4j</groupId>
  <artifactId>ic4j-spring</artifactId>
  <version>0.7.1.1</version>
</dependency>
implementation 'org.ic4j:ic4j-spring:0.7.1.1'

Build

You need JDK 8+ to build IC4J Spring Library .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published