relax-hints
Simple object or string hint toolkit to relax my life.
Todo
- More evaluator
- Improve performance
Contributions
Release
- Snapshot:
mvn clean deploy
- Release:
mvn clean package source:jar gpg:sign install:install deploy:deploy
License |
License |
---|---|
GroupId | GroupIdcom.infilos |
ArtifactId | ArtifactIdrelax-hints |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrelax-hints
Simple hint toolkit to relax my life.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
relax-hints-0.1.0.pom | |
relax-hints-0.1.0.jar | 16 KB |
relax-hints-0.1.0-sources.jar | 9 KB |
relax-hints-0.1.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.infilos/relax-hints/ -->
<dependency>
<groupId>com.infilos</groupId>
<artifactId>relax-hints</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.infilos/relax-hints/
implementation 'com.infilos:relax-hints:0.1.0'
// https://jarcasting.com/artifacts/com.infilos/relax-hints/
implementation ("com.infilos:relax-hints:0.1.0")
'com.infilos:relax-hints:jar:0.1.0'
<dependency org="com.infilos" name="relax-hints" rev="0.1.0">
<artifact name="relax-hints" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infilos', module='relax-hints', version='0.1.0')
)
libraryDependencies += "com.infilos" % "relax-hints" % "0.1.0"
[com.infilos/relax-hints "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.promeg » tinypinyin | jar | 2.0.3 |
org.apache.commons : commons-text | jar | 1.9 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic Optional | jar | 1.2.3 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Simple object or string hint toolkit to relax my life.
mvn clean deploy
mvn clean package source:jar gpg:sign install:install deploy:deploy