apache /
dubbo
The java implementation of Apache Dubbo. An RPC and microservice framework.
96/100 healthLoading repository data…
benelog / repository
An implementation of multiline string literals in Java, using Javadoc comments. This project is originated from the blog post of Adrian Walker ( http://www.adrianwalker.org/2011/12/java-multiline-string.html ).
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An implementation of multiline string literals in Java, using Javadoc comments.
This project is originated from Adrian Walker's blog post ( http://www.adrianwalker.org/2011/12/java-multiline-string.html ).
You can use multiline string literals with javadoc comments and '@Multiline' annotation.
For example,
/**
DELETE
FROM post
*/
@Multiline static String deleteFromPost;
is equivalent to the following expression in Groovy.
static String deleteFromPost = """
DELETE
FROM post
"""
Selected from shared topics, language and repository description—not editorial ratings.
apache /
The java implementation of Apache Dubbo. An RPC and microservice framework.
96/100 healthmozilla /
Rhino is an open-source implementation of JavaScript written entirely in Java
72/100 healthsohamkamani /
An ultra-simplified explanation of design patterns implemented in javascript
signalapp /
This library is no longer maintained. libsignal-protocol-javascript was an implementation of the Signal Protocol, written in JavaScript. It has been replaced by libsignal-client’s typesafe TypeScript API.
32/100 healthjphp-group /
JPHP - an implementation of PHP on Java VM
88/100 healthOpenDDS /
OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
73/100 health