Skip to content
 
 

Latest commit

 

History

124 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Import

Gradle

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.BeamBrother:featureprobe-server-sdk-java:Tag'
}

Maven

<dependency>
    <groupId>com.github.BeamBrother</groupId>
    <artifactId>featureprobe-server-sdk-java</artifactId>
    <version>Tag</version>
</dependency>

FeatureProbe Server Side SDK for Java

Maven Central codecov GitHub Star License

FeatureProbe is an open source feature management service. This SDK is used to control features in java programs. This SDK is designed primarily for use in multi-user systems such as web servers and applications.

Basic Terms

Reading the short Introduction will help to understand the code blow more easily. 中文

How to Use This SDK

See SDK Doc for detail. 中文

Contributing

We are working on continue evolving FeatureProbe core, making it flexible and easier to use. Development of FeatureProbe happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements.

Please read CONTRIBUTING for details on our code of conduct, and the process for taking part in improving FeatureProbe.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

About

FeatureProbe Server Side SDK for Java

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages